Update action.yml

This commit is contained in:
Максим Шеин
2025-04-18 16:44:54 +05:00
parent f049d2be58
commit 4fb265f73a

View File

@@ -5,16 +5,16 @@ description: "Retrive current tag position "
outputs:
git_tag_desc:
description: ""
value: ${{ steps.extract_git_info.outputs.GIT_TAG_DESC }}
value: ${{ steps.action_extract_git_info.outputs.GIT_TAG_DESC }}
git_branch_name:
description: ""
value: ${{ steps.extract_git_info.outputs.GIT_BRANCH_NAME }}
value: ${{ steps.action_extract_git_info.outputs.GIT_BRANCH_NAME }}
git_build_type:
description: ""
value: ${{ steps.extract_git_info.outputs.GIT_BUILD_TYPE }}
value: ${{ steps.action_extract_git_info.outputs.GIT_BUILD_TYPE }}
git_sha_short:
description: ""
value: ${{ steps.extract_git_info.outputs.GIT_SHA_SHORT }}
value: ${{ steps.action_extract_git_info.outputs.GIT_SHA_SHORT }}
runs:
using: "composite"