wranders/Create Commit

Commit and push files to a repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
branchTarget branch files will be commited to. Defaults to the checked out branch.
delete_filesA newline-delimited list of files to delete in this commit. Files that are not on the target branch are logged and ignored.
filesA newline-delimited list of files add or modify in this commit. Files listed that are not modified will no appear in the commit. yes
messageCommit message. Default: committed files created [ list of created files ] modified [ list of modified files ] deleted [ list of deleted files ]
message_fileA text file containing the commit message. Fails if file does not exist.
repositoryThe repository to commit files to. Must be formatted as 'OWNER/REPOSITORY'. Defaults to 'env.GITHUB_REPOSITORY'.
tokenA token is used to interact wit the Github API. Defaults to 'env.GITHUB_TOKEN'.

no outputs