We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c524943 + 9f4db30 commit f8184ebCopy full SHA for f8184eb
.github/workflows/automatic-updates.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Create update PR
25
id: cpr
26
- uses: peter-evans/create-pull-request@v4
+ uses: peter-evans/create-pull-request@v5
27
with:
28
token: ${{ secrets.GH_API_TOKEN }}
29
author: "Node.js GitHub Bot <[email protected]>"
.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
44
push-to-fork: nodejs/official-images
0 commit comments