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 7a27a3c commit ede4866Copy full SHA for ede4866
.github/workflows/update-merge.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Impersonate update bot
23
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
24
id: generate-token
25
with:
26
app-id: ${{ secrets.APP_ID }}
.github/workflows/update.yml
@@ -101,7 +101,7 @@ jobs:
101
fi
102
103
104
105
106
if: steps.update-files.outputs.has-changes
107
0 commit comments