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 fcde9d7 commit 6cc3e94Copy full SHA for 6cc3e94
.github/workflows/pr.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Create Pull Request
12
- uses: actions/github-script@v7.0.1
+ uses: actions/github-script@v7.1.0
13
with:
14
script: |
15
try {
0 commit comments