flex-development/gh-commit

Create commits with the GitHub API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
apiBase URL of GitHub APIno${{ github.api_url }}
filesNewline-delimited list of changed file filters. Each filter should be a file path relative to inputs.workspace. All detected changes will be committed if file filters are not provided. Files will be checked against `git status --porcelain --untracked-files` no
messageCommit messageyes
ownerRepository ownerno${{ github.repository_owner }}
refName of branch to push commit tono${{ github.event.workflow_run.head_branch || github.head_ref || github.ref }}
repoRepository nameno${{ github.event.repository.name }}
tokenPersonal access token (PAT) used to authenticate GitHub API requestsno${{ github.token }}
trailersNewline-delimited list of git trailersno
workspacePath to current working directoryno${{ github.workspace }}
namedescription
shaSHA of created commit, or an empty string if a commit was not created