Update action.yml

This commit is contained in:
Tonye Jack 2022-03-22 17:38:56 -04:00 committed by GitHub
parent 2fe7201bf9
commit 333e45a5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ 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`'
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`.'