Matt Loberg
|
9b8dd77b6b
|
feat(action): add an output for the changelog content (#4)
* feat: add an output for the changelog content
::set-output is
[deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)
in favor of [environment
files](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files).
This has better multiline support, so add the contents of the changelog as an output for cases where
you are creating a GitHub release.
BREAKING CHANGE: self-hosted runners will need to be at 2.297.0 or greater
* fix: update multiline output usage
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
* docs(readme): add content as output
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
|
2022-12-01 21:13:59 +01:00 |
|
orhun
|
30c8d01aac
|
style(action): update the color
|
2021-06-24 15:17:37 +03:00 |
|
orhun
|
79d085ac4a
|
chore(entrypoint): update argument passing
|
2021-06-19 22:55:24 +03:00 |
|
orhun
|
2b1e4ab361
|
chore(action): remove input arguments
|
2021-06-19 22:45:35 +03:00 |
|
orhun
|
56c2b3168b
|
chore(action): set it an unique name
|
2021-06-19 20:45:59 +03:00 |
|
orhun
|
945bac35ba
|
chore(action): update name
|
2021-06-19 20:42:58 +03:00 |
|
orhun
|
3b33c9dab6
|
refactor(action): use OUTPUT environment variable as output path
|
2021-06-18 18:59:56 +03:00 |
|
orhun
|
a5d68c8aa9
|
fix(test): use the explicit format for docker arguments
|
2021-06-18 03:33:18 +03:00 |
|
orhun
|
2e06fddb29
|
fix(style): use input values as separate arguments
|
2021-06-18 03:30:30 +03:00 |
|
orhun
|
9cb26933c0
|
fix(style): update formatting
|
2021-06-18 03:25:07 +03:00 |
|
orhun
|
44b437a9c3
|
fix(test): update the formatting of docker argument
|
2021-06-18 03:24:00 +03:00 |
|
orhun
|
dd34d68fc8
|
fix(test): remove the quotes around image arguments
|
2021-06-18 03:16:54 +03:00 |
|
orhun
|
69984296f5
|
fix(test): update the use of positional arguments
|
2021-06-18 03:12:50 +03:00 |
|
orhun
|
9e859999aa
|
feat(input): use the config file from given path
|
2021-06-18 03:00:25 +03:00 |
|
orhun
|
29b917f0c8
|
chore(project): add action files
|
2021-06-18 00:27:35 +03:00 |
|