From 6d11365c30ddccfd5f4b4eb1c1c29a851f725c04 Mon Sep 17 00:00:00 2001 From: Arya Emami Date: Sat, 21 Sep 2024 12:23:19 -0500 Subject: [PATCH] squash! Fix CI --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ae52afd2..dc8f003c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - run: echo ${{ github.event.pull_request.head.sha }} - - run: echo ${{ github.event.head_commit }} + - run: echo ${{ github.event.head_commit.id }} - name: Setup Node.js ${{ matrix.node }} for ${{ matrix.packages }} on ${{ matrix.os }} uses: actions/setup-node@v4