diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 525582e..58991e0 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -66,7 +66,8 @@ jobs: - name: Prepare id: prep run: | - VERSION="sha-${GITEA_SHA::8}" + SHA="${{ vars.GITEA_SHA }}" + VERSION="${SHA::8}" echo $VERSION echo $GITEA_REF