mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-12-27 14:27:59 +08:00
Update action.yml
This commit is contained in:
parent
2fe7201bf9
commit
333e45a5f0
@ -16,6 +16,7 @@ outputs:
|
||||
description: 'Returns `"true"` if the current branch is a tag else `"false"`.'
|
||||
default_branch:
|
||||
value: ${{ steps.default.outputs.default_branch }}
|
||||
description: 'The default branch e.g `main` OR `master`'
|
||||
current_branch:
|
||||
value: ${{ steps.current_branch.outputs.current_branch }}
|
||||
description: 'Returns the value of the current branch regardless of event_type e.g `main`, `feature/test`, `v0.0.1`.'
|
||||
|
Loading…
x
Reference in New Issue
Block a user