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 b7832e1 + 4f66bee commit 3ce4529Copy full SHA for 3ce4529
.github/workflows/automatic-updates.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Create update PR
24
id: cpr
25
- uses: peter-evans/create-pull-request@v3
+ uses: peter-evans/create-pull-request@v4
26
with:
27
token: ${{ secrets.GITHUB_TOKEN }}
28
branch: update-branch
.github/workflows/official-pr.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Create PR in official-images
40
id: create-pr
41
42
43
token: ${{ secrets.GH_API_TOKEN }}
44
push-to-fork: nodejs/official-images
0 commit comments