Update action.yml

This commit is contained in:
Shein Maxim
2025-04-18 18:36:35 +05:00
parent 4a9dc17da8
commit 989f784050

View File

@@ -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"