mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-09-04 14:39:28 +00:00
fix-github-deprecations
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user