From 0224a38bc7bf2dfcb6e5931d1cec89e15a0e69f4 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Sat, 17 Aug 2024 09:40:53 -0400 Subject: [PATCH] Without 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 ab12f52..0770550 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,13 +8,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: set env variable - run: echo "$(git rev-parse --short HEAD)" > ${{ vars.GIT_SHA_SHORT }} process: runs-on: ubuntu-latest steps: - 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 }} - name: runs a set of command using the runner shell run: | echo Add oher actions to build,