lee-lott-actions/Create Git Tag for Branch

Create a git tag on a specific branch using GitHub API and pwsh

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
branch-nameBranch name on which to create the tag (e.g., main)yes
tag-nameName of the tag to createyes
tag-messageTag message (optional)no""
commit-shaOptionally specify a commit SHA to tag instead of the head of the branch.no""
org-nameThe name of the GitHub organizationyes
repo-nameThe name of the repositoryyes
tokenGitHub token with access to Git tagsyes
namedescription
resultResult of the attempt to merge the Pull Request ("success" or "failure")
error-messageError message if the Pull Request merge fails