tyriis/multi-file-commit
Commit multiple files via the github API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | the repository you want to push the commit, if not provided it will push to repo where the action runs | — | ${{ github.repository }} |
| ref | The branch you want to push the commit, branch will not created, it need to be created before! | — | ${{ github.ref_name }} |
| token | the APP TOKEN, hint: you can use a PAT aswel | — | ${{ github.token }} |
| message | The commit message for the commit. | yes | — |
| files | A list of files to commit, prevent other staged files to be commited Example: src/main.mjs,src/main.spec.js | — | — |
| tag | In case you want to tag your commit, just pass a tag reference and this action will do the work for you. | — | — |
Outputs
| name | description |
|---|---|
| sha | The commit sha for further referencing in your workflow |