Skip to content

Commit

Permalink
Try this instead
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Aug 19, 2022
1 parent 319def2 commit 3af67d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
check_type: spelling
error_min: 3
gh_pat: ${{secrets.GH_PAT}}
gh_pat: secrets.GH_PAT

url-check:
name: Check URLs
Expand All @@ -76,7 +76,7 @@ jobs:
with:
check_type: urls
error_min: 0
gh_pat: ${{secrets.GH_PAT}}
gh_pat: secrets.GH_PAT

quiz-check:
name: Check quiz formatting
Expand All @@ -86,7 +86,7 @@ jobs:
with:
check_type: quiz_format
error_min: 0
gh_pat: ${{secrets.GH_PAT}}
gh_pat: secrets.GH_PAT

############################# Style the code ###################################
style-code:
Expand Down

0 comments on commit 3af67d7

Please sign in to comment.