int128/update-generated-files-action
Push the current changes to pull request for autofix
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit-message | commit message | yes | Autofix (${{ github.workflow }} / ${{ github.job }}) |
| commit-message-footer | Footer of commit message | no | — |
| head-branch-keys | Keys of the head branch name of a pull request to create | yes | ${{ github.workflow }} ${{ github.run_number }} ${{ github.job }} ${{ strategy.job-index }} |
| title | title of pull request | yes | Autofix by GitHub Actions (${{ github.workflow }} / ${{ github.job }}) |
| body | body of pull request | yes | GitHub Actions automatically updated the files by the workflow ${{ github.workflow }} / job ${{ github.job }}. @${{ github.actor }} |
| draft | If true, create a draft pull request | no | false |
| reviewers | reviewers of pull request (multiline) | no | — |
| labels | labels of pull request (multiline) | no | — |
| dry-run | If true, do not push the changes | no | false |
| token | GitHub token to create a pull request | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| pull-request-url | URL of pull request, if created |
| pull-request-id | Node ID of pull request, if created |
| pull-request-number | Number of pull request, if created |