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 7cc9cb3 commit 19a0ac9Copy full SHA for 19a0ac9
.github/workflows/generate-readme-remote.yml
@@ -143,7 +143,7 @@ jobs:
143
144
- name: "Close original PR and create new PR"
145
if: steps.commit_changes.outputs.has_changes == 'true'
146
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
147
with:
148
github-token: ${{ env.GH_TOKEN }}
149
script: |
@@ -204,7 +204,7 @@ jobs:
204
205
- name: "Handle no changes case"
206
if: steps.commit_changes.outputs.has_changes == 'false'
207
208
209
210
0 commit comments