Skip to content

Commit

Permalink
fix: update deprecated commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoodles committed Oct 23, 2022
1 parent eeab5ed commit f57dc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hadolint.sh
Expand Up @@ -44,7 +44,7 @@ if [ -n "$HADOLINT_OUTPUT" ]; then
fi

RESULTS="${RESULTS//$'\\n'/''}"
echo "::set-output name=results::$RESULTS"
echo "results=${RESULTS}" >> $GITHUB_OUTPUT

{ echo "HADOLINT_RESULTS<<EOF"; echo "$RESULTS"; echo "EOF"; } >> $GITHUB_ENV

Expand Down

0 comments on commit f57dc7f

Please sign in to comment.