shogo82148/Commit and Create a Pull Request
Commit and Create a Pull Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub Token | yes | ${{ github.token }} |
| base-branch | The base branch | yes | ${{ github.ref_name }} |
| head-branch | The head branch | no | — |
| head-branch-prefix | The prefix of the head branch | no | actions-commit-and-create-pr/ |
| title | The title of a pull request | no | — |
| body | The body of a pull request | no | — |
| commit-message | The commit message | no | — |
Outputs
| name | description |
|---|---|
| commit-url | The URL of a commit created |
| pr-url | The URL of a pull request created |