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 12aa811 commit cb1fcddCopy full SHA for cb1fcdd
README.md
@@ -19,7 +19,7 @@ jobs:
19
hello-world:
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/github-app-token@v1
+ - uses: actions/create-github-app-token@v1
23
id: app-token
24
with:
25
app_id: ${{ vars.APP_ID }}
@@ -40,7 +40,7 @@ jobs:
40
auto-format:
41
42
43
44
45
46
# required
0 commit comments