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