yq/github-action
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
..
Dockerfile Updated github action to run as root 2022-09-09 11:14:25 +10:00
entrypoint.sh Fix broken multiline strings from dee0c94 (#1390) 2022-10-19 10:16:07 +11:00