bobdotcom/OPRF Asset Updater

A workflow which automatically updates OPRF standard asset files from the OpRedFlag repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 13, 2026
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: bobdotcom/oprf-asset-updater@7276d890db813105713bdcd8f0ed8b2ae3de114e # v0.12

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

namedescriptionrequireddefault
branchLocal branch to checkout and apply changes tono""
repositoryLocation of OpRedFlag asset GitHub repository, in User/Repo formatnoOp-RedFlag/OpRedFlag
repository-branchThe branch of the OpRedFlag repository to usenomaster
version-fileLocation of local versions.json filenooprf-versions.json
includeFiles to update, separated by commasno*
excludeFiles to skip, separated by commasno""
compatibilityCompatibility level, will only allow updates of this level or lowernominor
strictFail if local file versions are newer than remotenofalse
update_timestamp_afterAutomatically update the last_updated key in the version file after this amount of days, even when no changes have been made. This helps prevent github from disabling actions on inactive repositories after 60 days. Set to 0 for always or -1 for never.no30
commit_messageThe title of the commit that is madeno""

no outputs