Skip to content

Commit

Permalink
migrate from the deprecated ::set-output to the new GitHub action env…
Browse files Browse the repository at this point in the history
…ironment files
  • Loading branch information
KonradHoeffner committed Sep 26, 2023
1 parent 74ae8bf commit b2ebf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ do
exit 1
fi
done <<< "$data"
echo "::set-output name=violations::$violations_total"
echo "{violations}={$violations_total}" >> $GITHUB_OUTPUT

if [[ "$violations_total" -eq 0 ]]
then
Expand Down

0 comments on commit b2ebf61

Please sign in to comment.