Skip to content

Commit

Permalink
adding missing 's'
Browse files Browse the repository at this point in the history
  • Loading branch information
Crebs committed Jan 27, 2025
1 parent 8fff003 commit 6da8dcf
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 @@ -12,7 +12,7 @@ jobs:
steps:
- name: Check Write Permission
uses: octokit/[email protected]
id: check_permission
id: check_permissions
with:
route: GET /repos/${{ github.repository }}/collaborators/${{ github.actor }}/permission
env:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- name: Check Write Permission
uses: octokit/[email protected]
id: check_permission
id: check_permissions
with:
route: GET /repos/${{ github.repository }}/collaborators/${{ github.actor }}/permission
env:
Expand Down

0 comments on commit 6da8dcf

Please sign in to comment.