Skip to content

Commit

Permalink
Cleaning up URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Crebs committed Jan 27, 2025
1 parent 6da8dcf commit 8f77f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: octokit/[email protected]
id: check_permissions
with:
route: GET /repos/${{ github.repository }}/collaborators/${{ github.actor }}/permission
route: GET /repos/:org/:repo/collaborators/:user/permission
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Debug Permission Response
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: octokit/[email protected]
id: check_permissions
with:
route: GET /repos/${{ github.repository }}/collaborators/${{ github.actor }}/permission
route: GET /repos/:org/:repo/collaborators/:user/permission
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Debug Permission Response
Expand Down

0 comments on commit 8f77f79

Please sign in to comment.