diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c5a0f73..bcd833a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: set env variable - run: echo "GIT_SHA_SHORT=$(git rev-parse --short)" >> $GITEA_ENV + run: echo "GIT_SHA_xcxcSHORT=$(git rev-parse --short)" >> $GITHUB_ENV - name: run one line script run: echo one line script - name: runs a set of command using the runner shell