From 295d7e8ce45571bb33ecc26cd47c6099e80bf033 Mon Sep 17 00:00:00 2001 From: Robert Smith Date: Mon, 21 Sep 2020 12:33:15 +1000 Subject: [PATCH] CI: Use PR head branch for script test action --- .github/workflows/script_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/script_tests.yml b/.github/workflows/script_tests.yml index 9a6a20fa8f..74da45d38a 100644 --- a/.github/workflows/script_tests.yml +++ b/.github/workflows/script_tests.yml @@ -14,5 +14,5 @@ jobs: - name: Execute uses: MRtrix3/script_test_action@master with: - commitish: ${{github.ref}} + commitish: ${{github.head_ref}}