diff --git a/hadolint.sh b/hadolint.sh index cb8503a..82e3815 100755 --- a/hadolint.sh +++ b/hadolint.sh @@ -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<> $GITHUB_ENV