Skip to content

Commit

Permalink
Avoid deprecated set-output command [docs-only]
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Aug 28, 2023
1 parent 1130754 commit 498a389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
message=$(git log -1 --pretty=format:'%B')
re="\[(docs.only|skip-tests).*\]"
if [[ $message =~ $re ]]; then
echo "::set-output name=match::true"
echo "match=true" >> $GITHUB_OUTPUT
echo "$message -> Match is true"
else
echo "$message -> Match is false"
Expand Down

0 comments on commit 498a389

Please sign in to comment.