breningham/delete-branch
Deletes a branch from a repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GitHub token to use | yes | — |
| repo_owner | The owner of the repository | yes | ${{ github.repository_owner }} |
| repo_name | The name of the repository | yes | ${{ github.event.repository.name }} |
| branch_name | The name of the branch to delete | yes | — |
Outputs
no outputs