cihelper/Git Push

Action to add, commit, and push changes to a git repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
add-pathPath to add to the git repositoryno.
commit-messageCommit messageyes
push-remoteRemote to push tonoorigin
push-refRef to push tono""
add-argsArguments to pass to `git add`no""
commit-argsArguments to pass to `git commit`no""
push-argsArguments to pass to `git push`no""
user-nameGit user namenogithub-actions[bot]
user-emailGit user emailno41898282+github-actions[bot]@users.noreply.github.com
github-tokenGitHub tokenno${{ github.token }}
namedescription
head-shaThe reference of the commit that was pushed or the current HEAD if no changes were pushed
committedWhether changes were detected. The return value is in the form of a string. ("true" or "false")