From 8c654e95a43ea904930f8c6e62ad40e6a26ed433 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Sat, 17 Aug 2024 09:11:53 -0400 Subject: [PATCH] Add head --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b62e898..c504b21 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: set env variable - run: echo "GIT_SHA_xcxcSHORT=$(git rev-parse --short)" >> $GITHUB_ENV + run: echo "GIT_SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV process: runs-on: ubuntu-latest steps: