Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(README): fix name in usage examples
  • Loading branch information
gr2m committed Aug 21, 2023
commit 7e5909f9ae9e147a2fbeefc2613a5484ff51d846
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- uses: actions/github-app-token@v1
id: app-token
- uses: actions/create-github-app-token@v1
id: app-token``
with:
app_id: ${{ vars.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
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