From ca6289d8a43ca296581fcc9082365f37fcbf7c41 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Sat, 17 Aug 2024 09:07:33 -0400 Subject: [PATCH] changed to checkout --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bcd833a..b62e898 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,11 +8,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: set env variable + run: echo "GIT_SHA_xcxcSHORT=$(git rev-parse --short)" >> $GITHUB_ENV process: runs-on: ubuntu-latest steps: - - name: set env variable - 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