Skip to content

Commit

Permalink
Remove deprecated set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior authored Dec 30, 2024
1 parent 2fc80b2 commit 32d63d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
LINKS="${LINKS//'%'/'%25'}"
LINKS="${LINKS//$'\n'/'%0A'}"
LINKS="${LINKS//$'\r'/'%0D'}"
echo "::set-output name=LINKS::${LINKS}"
echo "LINKS=${LINKS}" >> $GITHUB_OUTPUT
- name: found diff
id: non-empty
uses: marocchino/sticky-pull-request-comment@v2
Expand Down

0 comments on commit 32d63d0

Please sign in to comment.