From 963240a363584d56ae7e1aec1e66ba5692455c06 Mon Sep 17 00:00:00 2001 From: Nora Sandler Date: Tue, 20 Aug 2024 10:45:31 -0700 Subject: [PATCH] pass full ref to test_each_chapter so we can check out forks correctly --- .github/workflows/test_all_commits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_all_commits.yaml b/.github/workflows/test_all_commits.yaml index b76fb0bf..99263b86 100644 --- a/.github/workflows/test_all_commits.yaml +++ b/.github/workflows/test_all_commits.yaml @@ -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 \ No newline at end of file