From ac95a5a9fbb806c8231c3d2942b0fe2940a5428e Mon Sep 17 00:00:00 2001 From: Leon Schuermann Date: Mon, 21 Oct 2024 15:14:06 -0400 Subject: [PATCH] Update treadmill-ci-test.yml --- .github/workflows/treadmill-ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/treadmill-ci-test.yml b/.github/workflows/treadmill-ci-test.yml index 8fd65bb..a305084 100644 --- a/.github/workflows/treadmill-ci-test.yml +++ b/.github/workflows/treadmill-ci-test.yml @@ -40,7 +40,7 @@ jobs: # This workflow tests the tock-hardware-ci scripts itself, so take the # current GITHUB_SHA: - tock-hardware-ci-ref: ${{ env.GITHUB_SHA }} + tock-hardware-ci-ref: ${{ github.sha }} # Use the latest upstream Tock kernel / userspace components: tock-kernel-ref: 'master'