From 39ab1ee94c54bfa896585a2e42a53dd726bdd8f5 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Thu, 15 Aug 2024 14:58:12 -0400 Subject: [PATCH] Other try --- .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 4129acc..c5a0f73 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)" >> $GITHUB_ENV + run: echo "GIT_SHA_SHORT=$(git rev-parse --short)" >> $GITEA_ENV - name: run one line script run: echo one line script - name: runs a set of command using the runner shell