appleboy/Git Push Changes

Push changes to a remote git repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
author_nameGit author name for commitsGitHub Actions
author_emailGit author email for commits41898282+github-actions[bot]@users.noreply.github.com
netrc_machineMachine name for netrc authentication
netrc_usernameUsername for netrc authentication
netrc_passwordPassword for netrc authentication
ssh_keyPrivate SSH key for authentication
remoteURL of the remote repositoryyes
remote_nameName of the remote (used in git remote add)deploy
branchName of the remote branch to push tomaster
local_branchName of the local branch to push fromHEAD
pathPath to the git repository
forceEnable force push (--force)
followtagsPush annotated tags along with commits (--follow-tags)
skip_verifySkip SSL certificate verification
commitCommit dirty changes before pushing
commit_messageCustom commit message (requires commit: true)
tagCreate and push a tag with the specified name
empty_commitAllow creating an empty commit (--allow-empty)
no_verifyBypass pre-commit and commit-msg hooks (--no-verify)
rebaseRebase local branch on top of remote branch before pushing
mirrorPush all refs to remote repository with --mirror
curl_insecureAllow insecure SSL connections
versiongit-push binary version

no outputs