We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9affc1a + 29311a9 commit c3e3390Copy full SHA for c3e3390
2 files changed
.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@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
+ uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
29
with:
30
token: ${{ secrets.GH_API_TOKEN }}
31
author: "Node.js GitHub Bot <nodejs-github-bot@users.noreply.github.com>"
.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