leigholiver/Commit with deploy key

Commit to another repository using a deploy key

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sourceThe file/directory to commityes
deploy_keyPrivate SSH key. Public key must be added to the destination repostitory as a deploy key with push accessyes
destination_repoGit repository to push changes toyes
destination_folderDirectory in destination repo to push changes tono.
destination_branchBranch in destination repo to push changes to (default `main`)nomain
delete_destinationDelete destination directory contents before copy? (default `false`)nofalse
git_usernameGit usernameno${{ github.actor }}
git_emailGit email addressno${{ github.actor }}
commit_messageCommit messageno${{ github.job }} from https://github.com/${{ github.repository }}/commit/${{ github.sha }}
namedescription
commit_hashThe SHA hash of the generated commit