Skip to content

Commit cb1fcdd

Browse files
authored
fix(README): fix name in usage examples (actions#12)
1 parent 12aa811 commit cb1fcdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
hello-world:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/github-app-token@v1
22+
- uses: actions/create-github-app-token@v1
2323
id: app-token
2424
with:
2525
app_id: ${{ vars.APP_ID }}
@@ -40,7 +40,7 @@ jobs:
4040
auto-format:
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/github-app-token@v1
43+
- uses: actions/create-github-app-token@v1
4444
id: app-token
4545
with:
4646
# required

0 commit comments

Comments
 (0)