int128/create-commit
create a commit using GitHub API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | repository name to push (i.e. REPO/NAME) | yes | ${{ github.repository }} |
| ref | ref name to update (e.g. refs/heads/main) | yes | — |
| path | glob paths to commit | yes | — |
| base-directory | base directory to compute a path of file to commit | yes | ${{ github.workspace }} |
| message | commit message | yes | — |
| token | GitHub token | yes | ${{ github.token }} |
Outputs
no outputs