Skip to content

Commit

Permalink
Merge pull request #669 from jhudsl/carriewright11-patch-3
Browse files Browse the repository at this point in the history
Update pull_request.yml
  • Loading branch information
carriewright11 authored Jan 13, 2025
2 parents 46e6886 + 738bbee commit eded19d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ jobs:
with:
check_type: spelling
error_min: 1
gh_pat: secrets.GH_PAT
branch_name: ${GITHUB_HEAD_REF}
secrets:
gh_pat: ${{ secrets.GH_PAT }}


url-check:
name: Check URLs
Expand All @@ -71,8 +73,9 @@ jobs:
with:
check_type: urls
error_min: 1
gh_pat: secrets.GH_PAT
branch_name: ${GITHUB_HEAD_REF}
secrets:
gh_pat: ${{ secrets.GH_PAT }}

########################## Style Code ##############################

Expand Down

0 comments on commit eded19d

Please sign in to comment.