dsanders11/GitHub App Commit Action

Makes it simple to make verified Git commits as a GitHub app

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
fail-on-no-changesWhether or not to set action failure if there are no changes to commitnotrue
forceWhether to force the update or to make sure the update is a fast-forward update when updating an existing refnofalse
commit-authorOptional commit author in format "Name <email>"no
messageThe commit messageyes
ownerThe owner of the GitHub repo, defaults to the owner of the repository this action is running inno
refGit reference to associate the commit with (e.g. `main`). If it does not exist it will be created. Defaults to the the current checkout ref.no
repositoryThe GitHub repository to commit to, defaults to the repository this action is running inno
tokenThe GitHub app installation tokenyes
working-directoryThe working directory, defaults to the current working directoryno
namedescription
messageThe commit message
refThe associated Git reference
ref-operationWhich operation was performed on the ref: `created` or `updated`. Has no value if there were no changes to commit.
shaSHA for the commit