bobdotcom/OPRF Asset Updater
A workflow which automatically updates OPRF standard asset files from the OpRedFlag repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 13, 2026
- License
- GPL 3.0
Pinned Snippet
uses: bobdotcom/oprf-asset-updater@7276d890db813105713bdcd8f0ed8b2ae3de114e # v0.12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | Local branch to checkout and apply changes to | no | "" |
| repository | Location of OpRedFlag asset GitHub repository, in User/Repo format | no | Op-RedFlag/OpRedFlag |
| repository-branch | The branch of the OpRedFlag repository to use | no | master |
| version-file | Location of local versions.json file | no | oprf-versions.json |
| include | Files to update, separated by commas | no | * |
| exclude | Files to skip, separated by commas | no | "" |
| compatibility | Compatibility level, will only allow updates of this level or lower | no | minor |
| strict | Fail if local file versions are newer than remote | no | false |
| update_timestamp_after | Automatically 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. | no | 30 |
| commit_message | The title of the commit that is made | no | "" |
Outputs
no outputs