From 989f784050b7bdc7c2668271bfdc74abd169a666 Mon Sep 17 00:00:00 2001 From: Shein Maxim Date: Fri, 18 Apr 2025 18:36:35 +0500 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e5a9866..2765a1e 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ outputs: git_sha_short: description: "" value: ${{ steps.extract_git_info.outputs.GIT_SHA_SHORT }} - + runs: using: "composite" steps: @@ -60,7 +60,7 @@ runs: [ -z "${GIT_TAG_DESC}" ] && GIT_TAG_DESC=$GIT_BRANCH_NAME # get short tag - GIT_SHA_SHORT=$(git rev-parse --short HEAD)" + GIT_SHA_SHORT=$(git rev-parse --short HEAD) # debug echo "GIT_TAG_DESC=$GIT_TAG_DESC"