outofsyncstudios/GitOps Update

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 13, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: outofsyncstudios/gitops-update@96393dc81f6ea6af2b58fc485cebf57d8b06ec41 # v0.1.0

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

namedescriptionrequireddefault
tokenPersonal access token (PAT) used to perform actions against the repositoryno${{ github.token }}
repoThe repository to update in the form <owner>/<repo>no${{ github.repository }}
branchBranch to commit the changes to. If not set, the target will be the default branch for the repono
updatesA YAML document describing the updates to performyes
messageMessage for the resulting commityes
append-run-infoAppends information about the run to the commit messagenotrue
retriesNumber of times to retry the commit (which may fail due to non-fastfoward upates)no10
namedescription
shaSHA of the commit. Will be an empty string if there was nothing to commit.