martincostello/Update Static Assets

Attempts to update the versions of static CDN assets in a repository.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repo-tokenThe GitHub access token to use to create a pull request for any updates to the repository.yes
branch-name-prefixThe optional Git branch name prefix to use.no""
close-supersededIf true, any existing pull requests superseded by any pull requests opened by the action are closed.notrue
commit-messageThe optional Git commit message to use.no""
file-extensionsThe optional comma-separated file extension(s) to search for static assets within.nocshtml,html,razor
labelsThe optional comma-separated label(s) to apply to pull requests generated by the action.no""
repoThe optional GitHub repository to generate the pull request against.no${{ github.repository }}
repo-pathThe optional path of the repository to check for updates.no${{ github.workspace }}
user-emailThe optional email address to use for Git commits.nogithub-actions[bot]@users.noreply.github.com
user-nameThe optional user name to use for Git commits.nogithub-actions[bot]
namedescription
assets-updatedWhether any static assets were updated by the action.
pulls-closedA JSON array of the numbers of any pull requests that were closed as superseded.
pulls-openedA JSON array of the numbers of any pull requests that were opened to update static assets.