quizlet/Commit changes
Automatically commits changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Personal access token (PAT) used to perform actions against the repository | — | ${{ github.token }} |
| branch | Branch to commit the changes to. If not set, the target will be the default branch for the repo | no | — |
| message | Message for the resulting commit | yes | — |
| append-run-info | Appends information about the run to the commit message | — | true |
| glob-patterns | List of minimatch glob patterns for files to commit. Multiple patterns can be split with commas or newlines | yes | — |
| retries | Number of times to retry the commit (which may fail due to non-fastfoward upates) | — | 10 |
Outputs
| name | description |
|---|---|
| sha | SHA of the commit. Will be an empty string if there was nothing to commit. |