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
96c7c76c71
commit
b5fee667e4
@ -22,7 +22,7 @@ outputs:
|
||||
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 or the source branch for a tag e.g `main`'
|
||||
description: 'The target branch of a pull request or 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