actions-marketplace-validations/GitHub Action for committing changes to repository

Powerful GitHub Action for automatically committing and pushing changes back to your repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenPersonal Access Token for GitHub for pushing the codeyes""
add_timestampWhether to add timestamp to a new branch namenofalse
amendWhether to make amendment to the previous commit (--amend). Can be combined with commit_message to change the message.nofalse
commit_prefixPrefix added to commit messageno""
commit_messageCommit message to setno""
forceWhether to use force push (--force). Use only when you need to overwrite remote changes. Potentially dangerous.nofalse
force_with_leaseWhether to use force push with lease (--force-with-lease). Safer than force as it checks for remote changes.nofalse
no_editWhether to not edit commit message when using amendnofalse
organization_domainName of GitHub Enterprise organizationnogithub.com
target_branchName of a new branch to push the code into (skipped when no changes and amend is false)no""
namedescription
files_changedList of changed files
branch_nameName of the branch code was pushed into