8000 Update action.yml · tj-actions/branch-names@b5fee66 · GitHub
[go: up one dir, main page]

Skip to content

Commit b5fee66

Browse files
authored
Update action.yml
1 parent 96c7c76 commit b5fee66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ outputs:
2222
description: 'The current branch name regardless of event_type e.g `main`, `feature/test`'
2323
base_ref_branch:
2424
value: ${{ steps.branch.outputs.base_ref_branch }}
25-
description: 'The target branch of a pull request or the source branch for a tag e.g `main`'
25+
description: 'The target branch of a pull request or tag e.g `main`'
2626
head_ref_branch:
2727
value: ${{ steps.branch.outputs.head_ref_branch }}
2828
description: 'The source branch of a pull request e.g `feature/test`'

0 commit comments

Comments
 (0)
0