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
fe2afbf4a7
commit
0a8da5930a
@ -19,10 +19,10 @@ outputs:
|
||||
description: 'The default branch name e.g `main` OR `master`'
|
||||
current_branch:
|
||||
value: ${{ steps.current_branch.outputs.current_branch }}
|
||||
description: 'The current branch name regardless of event_type e.g `main`, `feature/test`, `v0.0.1`.'
|
||||
description: 'The current branch name regardless of event_type e.g `main`, `feature/test`'
|
||||
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 or the source branch for a tag e.g `main`'
|
||||
head_ref_branch:
|
||||
value: ${{ steps.branch.outputs.head_ref_branch }}
|
||||
description: 'The source branch of a pull request e.g `feature/test`'
|
||||
|
Loading…
Reference in New Issue
Block a user