Update action.yml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user