From 9a36aed12174acefa9f4ebd1856b3cec2a03d4fa Mon Sep 17 00:00:00 2001 From: Robert Smith Date: Mon, 21 Sep 2020 12:11:32 +1000 Subject: [PATCH] CI: Use commit SHA 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..b11759c589 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.sha}}