Skip to content

Commit

Permalink
fix(README): fix name in usage examples (actions#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored Aug 21, 2023
1 parent 12aa811 commit cb1fcdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- uses: actions/github-app-token@v1
- uses: actions/create-github-app-token@v1
id: app-token
with:
app_id: ${{ vars.APP_ID }}
Expand All @@ -40,7 +40,7 @@ jobs:
auto-format:
runs-on: ubuntu-latest
steps:
- uses: actions/github-app-token@v1
- uses: actions/create-github-app-token@v1
id: app-token
with:
# required
Expand Down

0 comments on commit cb1fcdd

Please sign in to comment.