Skip to content

Commit

Permalink
fix: replace deprecated set-output command
Browse files Browse the repository at this point in the history
  • Loading branch information
cibinmathew committed Feb 28, 2023
1 parent 2416c45 commit 59c39dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
output="${output//'%'/'%25'}"
output="${output//$'\n'/'%0A'}"
output="${output//$'\r'/'%0D'}"
echo "change_summary=$output"
echo "change_summary=$output" >> $GITHUB_OUTPUT
working-directory: ./scripts

- name: Create PR
Expand Down

0 comments on commit 59c39dc

Please sign in to comment.