8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c7c76 commit b5fee66Copy full SHA for b5fee66
action.yml
@@ -22,7 +22,7 @@ outputs:
22
description: 'The current branch name regardless of event_type e.g `main`, `feature/test`'
23
base_ref_branch:
24
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`'
+ description: 'The target branch of a pull request or tag e.g `main`'
26
head_ref_branch:
27
value: ${{ steps.branch.outputs.head_ref_branch }}
28
description: 'The source branch of a pull request e.g `feature/test`'
0 commit comments