fix-github-deprecations

This commit is contained in:
mrdoodles
2022-11-08 21:33:58 +00:00
parent eeab5ede16
commit 68a2276a3c
2 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -44,7 +44,10 @@ if [ -n "$HADOLINT_OUTPUT" ]; then
fi
RESULTS="${RESULTS//$'\\n'/''}"
echo "::set-output name=results::$RESULTS"
echo "results<<EOF" >> $GITHUB_OUTPUT
echo "${RESULTS}" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
{ echo "HADOLINT_RESULTS<<EOF"; echo "$RESULTS"; echo "EOF"; } >> $GITHUB_ENV