Skip to content

Commit

Permalink
Merge pull request #31 from uiur/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
r7kamura authored May 2, 2024
2 parents d45bc05 + 756c34e commit d7b4fa7
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 @@ -179,8 +179,8 @@ jobs:
steps:
- uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.OUR_GITUB_APP_ID }}
private_key: ${{ secrets.OUR_GITUB_APP_PRIVATE_KEY }}
app_id: ${{ secrets.OUR_GITHUB_APP_ID }}
private_key: ${{ secrets.OUR_GITHUB_APP_PRIVATE_KEY }}
id: github_app_token
- uses: r7kamura/rubocop-todo-corrector@v0
with:
Expand Down

0 comments on commit d7b4fa7

Please sign in to comment.