alvelive/Update Action File

Simple GitHub action for updating a template file

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 24, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: alvelive/update-action@d515e0e053a459a765b0a92155c70f58dda1e347 # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
github-tokenGitHub actions token to commit to repository. Can be obtained from `secrets.GITHUB_TOKEN` context. yes
github-usernameUsername to be used in commityesGitHub Actions
github-emailEmail to be used in commityesactions@github.com
repositoryThe repository to push the changes to. Can be obtained from the `github.repository` context. Example value is 'alvelive/update-action' yes
branchThe branch to push the changes to. Can be obtained from the `github.head_ref` context for pull_request or `github.ref_name` for push. Example value is 'main', 'user/feture-branch' etc. yes
shaThe commit SHA to be used to construct base_url. Can be obtained from the `github.sha` context. yes
templateThe file to read the input fromyesaction-template.yml
outputThe file to write the output toyesaction.yml
matchThe string to replaceyes{{base_url}}
replaceThe string to replace withno

no outputs