From d84614ab26d984238f2bc0052487c952b4e8d7c7 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Fri, 15 Nov 2024 11:48:56 -0400 Subject: [PATCH] FIX TYpo --- .github/workflows/image_creation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image_creation.yaml b/.github/workflows/image_creation.yaml index dd4056d..ff39105 100644 --- a/.github/workflows/image_creation.yaml +++ b/.github/workflows/image_creation.yaml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.PWD }} - name: calculate short sha - - id: calculate-sha + id: calculate-sha run: | echo "shortsha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT