We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03010e1 commit 65cecbbCopy full SHA for 65cecbb
.github/workflows/update-pr.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Check update
26
id: check-update
27
run: |
28
- echo "::set-output name=updated::$(git status --porcelain | wc -l)"
+ echo "updated=$(git status --porcelain | wc -l)" >> $GITHUB_OUTPUT
29
- name: Create Pull Request
30
if: steps.check-update.outputs.updated > 0
31
uses: peter-evans/create-pull-request@v7
0 commit comments