Skip to content

Commit

Permalink
Update .github/workflows/run-since-updater.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Oct 15, 2022
1 parent f6bbe3b commit 6d63a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-since-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
body="${body//'%'/'%25'}"
body="${body//$'\n'/'%0A'}"
body="${body//$'\r'/'%0D'}"
echo ::set-output name=PROGRESS::$body
echo "PROGRESS=$body" >> $GITHUB_OUTPUT
id: run_script
shell: bash
- name: Create Pull Request
Expand Down

0 comments on commit 6d63a6f

Please sign in to comment.