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 6cd57ff commit 8155924Copy full SHA for 8155924
.github/workflows/update.yaml
@@ -18,7 +18,7 @@ jobs:
18
git fetch origin ${{github.ref_name}}:${{github.ref_name}}
19
git reset --hard ${{github.ref_name}}
20
- name: Create Pull Request
21
- uses: peter-evans/create-pull-request@v6.0.5
+ uses: peter-evans/create-pull-request@v7.0.11
22
with:
23
labels: automated pr
24
branch: ${{github.ref_name}}
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
0 commit comments