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.
2 parents 30598bf + 53aa147 commit 4a914e2Copy full SHA for 4a914e2
.github/workflows/automatic-updates.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Create update PR
27
id: cpr
28
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
29
with:
30
token: ${{ secrets.GH_API_TOKEN }}
31
author: "Node.js GitHub Bot <[email protected]>"
.github/workflows/official-pr.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Create PR in official-images
42
id: create-pr
43
44
45
46
push-to-fork: nodejs/official-images
0 commit comments