Releases: julia-actions/GitHubActions.jl
Releases · julia-actions/GitHubActions.jl
v0.1.6: Fix multiline outputs
What's Changed
- Fix permissions of GH action for docs by @devmotion in #29
- Enable multiline outputs by @SaschaMann in #32
New Contributors
- @devmotion made their first contribution in #29
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Replace deprecated commands by @SaschaMann in #27
- If a non-standard log-level is passed, don't hang by @quinnj in #25
New Contributors
- @SaschaMann made their first contribution in #27
- @quinnj made their first contribution in #25
Full Changelog: v0.1.4...v0.1.5
v0.1.4
GitHubActions v0.1.4
Merged pull requests:
- fix typo (#13) (@ericphanson)
- update link (#14) (@ericphanson)
- Logger: Use a relative path to the workspace instead of an absolute path for
file
(#15) (@ericphanson)
v0.1.3
v0.1.2
GitHubActions v0.1.2
You can now pass the location
keyword to logging macros to specify an alternate (file
, line
) to annotate.
Closed issues:
- Specify file & line for logging commands (#5)
Merged pull requests:
- Handle explicit location keyword (#8) (@christopher-dG)
v0.1.1
GitHubActions v0.1.1
The deprecated add-path
and set-env
GHA commands have been updated.
Closed issues:
- GitHubActions logger fails (#2)
Merged pull requests:
- Fix logging setup in readme (#3) (@aminya)
- Fix deprecated commands (set-env, add-path) (#6) (@christopher-dG)