Skip to content

Commit

Permalink
${GITHUB_HEAD_REF}
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 26, 2024
1 parent 430726f commit edaf39f
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 @@ -61,7 +61,7 @@ jobs:
check_type: spelling
error_min: 3
gh_pat: secrets.GH_PAT
branch_name: ${GITHUB_REF#refs/heads/}
branch_name: ${GITHUB_HEAD_REF}

url-check:
name: Check URLs
Expand All @@ -72,7 +72,7 @@ jobs:
check_type: urls
error_min: 0
gh_pat: secrets.GH_PAT
branch_name: ${GITHUB_REF#refs/heads/}
branch_name: ${GITHUB_HEAD_REF}

quiz-check:
name: Check quiz formatting
Expand All @@ -83,7 +83,7 @@ jobs:
check_type: quiz_format
error_min: 0
gh_pat: secrets.GH_PAT
branch_name: ${GITHUB_REF#refs/heads/}
branch_name: ${GITHUB_HEAD_REF}

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

0 comments on commit edaf39f

Please sign in to comment.