Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Crebs committed Jan 23, 2025
1 parent ff0ef4f commit 30b6399
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 @@ -19,7 +19,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Debug Permissions Response
run: |
echo "Permissions raw responsen: ${{ steps.check_permissions.outputs.data }}"
echo "Permissions raw response: ${{ steps.check_permissions.outputs.data }}"
- name: Validate Write Permissions
run: |
permission=$(echo "${{ fromJson(steps.check_permissions.outputs.data).permission }}")
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Debug Permissions Response
run: |
echo "Permissions raw responsen: ${{ steps.check_permissions.outputs.data }}"
echo "Permissions raw response: ${{ steps.check_permissions.outputs.data }}"
- name: Validate Write Permissions
run: |
permission=$(echo "${{ fromJson(steps.check_permissions.outputs.data).permission }}")
Expand Down

0 comments on commit 30b6399

Please sign in to comment.