From 5e43ae823a5a05805d3d4ae2dc1008183cdd419e Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Sun, 1 Sep 2024 12:00:12 -0400 Subject: [PATCH] add new step --- .github/workflows/out_in.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/out_in.yaml b/.github/workflows/out_in.yaml index b3ebd7f..f2e4da5 100644 --- a/.github/workflows/out_in.yaml +++ b/.github/workflows/out_in.yaml @@ -14,8 +14,10 @@ jobs: run: echo "The build stage is ${{ steps.set-debug-stage.outputs.BUILD_STAGE}}" - name: checkout code + uses: actions/checkout@v4 + + - name: set short sha id: get-short-sha - uses: actions/checkout@v3 run: echo "SHORT_SHA=$(git rev-parse --short)" >> GITHUB_OUTPUT - name: check short sha