Update action.yml

This commit is contained in:
Tonye Jack 2022-03-24 11:01:05 -04:00 committed by GitHub
parent 9eff6aa5d1
commit 9ac6e446ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,10 @@ outputs:
description: 'Returns `"true"` if the current branch is a tag else `"false"`.'
default_branch:
value: ${{ steps.default.outputs.default_branch }}
description: 'The default branch e.g `main` OR `master`'
description: 'The default branch name e.g `main` OR `master`'
current_branch:
value: ${{ steps.current_branch.outputs.current_branch }}
description: 'Returns the value of the current branch 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`, `v0.0.1`.'
base_ref_branch:
value: ${{ steps.branch.outputs.base_ref_branch }}
description: 'The target branch of a pull request e.g `main`'