From 02c20374e65e85082f282cd18c53d83132fc59f9 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Sat, 17 Aug 2024 09:42:17 -0400 Subject: [PATCH] fix --- .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 0770550..57fd7c6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - name: run one line script run: echo one line script - name: set env variable - run: echo "$(git rev-parse --short HEAD)" > ${{ vars.GIT_SHA_SHORT }} + run: echo "$(git rev-parse --short HEAD)" - name: runs a set of command using the runner shell run: | echo Add oher actions to build,