Skip to content

Commit

Permalink
Fix missing backtick on new allowlist URL (#82)
Browse files Browse the repository at this point in the history
Fix a backtick I missed in my last PR.

Signed-off-by: Alexis Grant <[email protected]>
  • Loading branch information
armchairlinguist authored Aug 28, 2024
1 parent b1160b8 commit 0a87dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Under the hood, this config adds these allowlist items:
- GET `https://github.example.com/api/v3/users/:user/installation`
- GET `https://github.example.com/api/v3/users/:user/installation/repositories`
- GET `https://github.example.com/api/v3/app`
- POST `https://github.example.com/api/v3/app/installations/:id/access_tokens
- POST `https://github.example.com/api/v3/app/installations/:id/access_tokens`
- POST `https://github.example.com/api/v3/app-manifests/:code/conversions`
- POST `https://github.example.com/api/v3/repos/:owner/:repo/pulls/:number/comments`
- POST `https://github.example.com/api/v3/repos/:owner/:repo/issues/:number/comments`
Expand Down

0 comments on commit 0a87dd9

Please sign in to comment.