Skip to content

Commit

Permalink
Merge pull request #65 from nlsandler/fix-gh-workflow
Browse files Browse the repository at this point in the history
pass full ref to test_each_chapter so we can check out forks correctly
  • Loading branch information
nlsandler authored Aug 20, 2024
2 parents 0cce716 + 963240a commit 7018e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_all_commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
test_all_chapters:
uses: nlsandler/nqcc2/.github/workflows/test_each_chapter.yaml@extra-credit
with:
tests-branch: ${{ github.head_ref }}
tests-branch: ${{ github.ref }}
cc-branch: extra-credit

0 comments on commit 7018e06

Please sign in to comment.