Update action.yml

This commit is contained in:
Tonye Jack 2022-09-24 00:38:31 -06:00 committed by GitHub
parent 96c7c76c71
commit b5fee667e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`'