Skip to content

Commit 65cecbb

Browse files
committed
Fix check update run command to use the new syntax
1 parent 03010e1 commit 65cecbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Check update
2626
id: check-update
2727
run: |
28-
echo "::set-output name=updated::$(git status --porcelain | wc -l)"
28+
echo "updated=$(git status --porcelain | wc -l)" >> $GITHUB_OUTPUT
2929
- name: Create Pull Request
3030
if: steps.check-update.outputs.updated > 0
3131
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)