mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 22:23:50 +08:00
Merge pull request #23 from tj-actions/fixed-bug-with-tags
Update action.yml
This commit is contained in:
commit
eb14b2dffd
@ -32,7 +32,7 @@ outputs:
|
|||||||
value: ${{ steps.branch.outputs.ref_branch }}
|
value: ${{ steps.branch.outputs.ref_branch }}
|
||||||
description: 'The branch that triggered the workflow run.'
|
description: 'The branch that triggered the workflow run.'
|
||||||
tag:
|
tag:
|
||||||
value: ${{ steps.branch.outputs.tag }}
|
value: ${{ steps.tag.outputs.tag }}
|
||||||
description: 'The tag that triggered the workflow run.'
|
description: 'The tag that triggered the workflow run.'
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
|
Loading…
Reference in New Issue
Block a user