From ec5614b8ad49d3ce8b2240b0552bcb598950aa1a Mon Sep 17 00:00:00 2001 From: Leon Schuermann Date: Mon, 21 Oct 2024 15:11:50 -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 29015ca..8fd65bb 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: ${{ vars.GITHUB_SHA }} + tock-hardware-ci-ref: ${{ env.GITHUB_SHA }} # Use the latest upstream Tock kernel / userspace components: tock-kernel-ref: 'master'