From ccebb358a5e30f59474ee0f95138d05c0781bcf9 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Sun, 1 Sep 2024 12:39:57 -0400 Subject: [PATCH] test other --- .github/workflows/out_in.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/out_in.yaml b/.github/workflows/out_in.yaml index fd3b817..0937ab7 100644 --- a/.github/workflows/out_in.yaml +++ b/.github/workflows/out_in.yaml @@ -23,4 +23,4 @@ jobs: run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" - name: check short sha - run: echo "The short sha is ${{ steps.get-short-sha.outputs}}" + run: echo "The short sha is ${{ steps.get-short-sha.outputs.SHORT_SHA}}"