Commit Graph

7 Commits

Author SHA1 Message Date
mattphelps-8451 8a45e02cbb
Fix broken multiline strings from dee0c94 (#1390)
1. Escaping behavior changed as a result of set-output deprecation.
-  Otherwise you'll encounter breaking changes for example "appVersion: "1.0.0"%0Aapplica..."
   where %0A is escaped newline \n but shouldn't be escaped.

2. Delimeter is required for multiline strings.
-  See here: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
-  Delimeter must be random. UUID is a solid choice.
   I verified that /proc/sys/kernel/random/uuid does indeed exist on the yq image.
2022-10-19 10:16:07 +11:00
mattphelps-8451 28a6c9c532
Fix set-output deprecate; keys are case sensitive (#1383) 2022-10-18 13:41:58 +11:00
Mike Farah dee0c94346 Updating action to new entrypoint format 2022-10-17 15:33:12 +11:00
YABATANIEN, Murichaduke 25ba763b08 supports multiline output 2021-09-12 13:09:54 +10:00
Mike Farah 192a5ed0d2 testing bad github action fails 2021-07-24 15:06:23 +10:00
Chris Gruel 1a49f5222b outputs support in the action 2021-06-09 08:49:04 +10:00
Pascal Sochacki da398765b8 added files for github action 2020-02-26 09:09:37 +11:00