Skip to content

Commit 59c39dc

Browse files
committed
fix: replace deprecated set-output command
1 parent 2416c45 commit 59c39dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
output="${output//'%'/'%25'}"
8080
output="${output//$'\n'/'%0A'}"
8181
output="${output//$'\r'/'%0D'}"
82-
echo "change_summary=$output"
82+
echo "change_summary=$output" >> $GITHUB_OUTPUT
8383
working-directory: ./scripts
8484

8585
- name: Create PR

0 commit comments

Comments
 (0)