Merge pull request #23 from tj-actions/fixed-bug-with-tags

Update action.yml
This commit is contained in:
Tonye Jack 2021-04-24 06:51:05 -04:00 committed by GitHub
commit eb14b2dffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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