actions-x/Git Commit/Push Changes

Commit changed files back to the upstream repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 28, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-x/commit@803b20e5b72c0425eb7919c42c321e67c5bc5d2d # v6

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
emailThe committer's email addressyes${{ github.actor }}@localhost
nameThe committer's nameyes${{ github.actor }}
messageThe commit messageyesAutomatically updated using GitHub Actions
branchThe branch to push the changes back to, defaults to the current branchyes${{ github.ref }}
filesThe files to add separated by space, defaults to every fileyes.
repositoryThe repository to push the code to, defaults to origin (e.g. this repository)yesorigin
tokenThe token used to push the code, not needed if you push to the same repositoryyes${{ github.token }}
forceWhether to perform force pushyes0
directoryThe working directory that will be used for git commandsyes.

no outputs