mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 17:03:51 +08:00
Update action.yml
This commit is contained in:
parent
9cd06d955f
commit
9dfb007996
@ -18,7 +18,7 @@ outputs:
|
|||||||
value: ${{ steps.default.outputs.default_branch }}
|
value: ${{ steps.default.outputs.default_branch }}
|
||||||
current_branch:
|
current_branch:
|
||||||
value: ${{ steps.current_branch.outputs.current_branch }}
|
value: ${{ steps.current_branch.outputs.current_branch }}
|
||||||
description: 'Returns the value of the current branch which is consistent regardless of event_type e.g `main`, `feature/test`, `v0.0.1`.'
|
description: 'Returns the value of the current branch regardless of event_type e.g `main`, `feature/test`, `v0.0.1`.'
|
||||||
base_ref_branch:
|
base_ref_branch:
|
||||||
value: ${{ steps.branch.outputs.base_ref_branch }}
|
value: ${{ steps.branch.outputs.base_ref_branch }}
|
||||||
description: 'The target branch of a pull request e.g `main`'
|
description: 'The target branch of a pull request e.g `main`'
|
||||||
|
Loading…
Reference in New Issue
Block a user