From bc5bd8c3e8f51c1fe188f0738209881ee3a0e6b3 Mon Sep 17 00:00:00 2001 From: "dave.ma" Date: Thu, 25 Apr 2024 12:28:04 +0800 Subject: [PATCH] update --- .github/workflows/hello.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index cbdcec7..91906d0 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -32,7 +32,7 @@ jobs: - name: Get Short SHA id: get_short_sha run: | - SHORT_SHA=$(echo ${GITHUB_SHA} | cut -c1-7)" + SHORT_SHA=$(echo ${GITHUB_SHA} | cut -c1-7) echo "SHORT_SHA=$SHORT_SHA" >> $GITHUB_OUTPUT echo "Short SHA: $SHORT_SHA"