projg2/Update crate-dist mirror
Fetch new upstream tags for a mirror and trigger crate dist builds for them
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: projg2/crate-dist-mirror-action@a90fb371b2de6e330047e51442028cdb77fbd034 # v2.0.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh-private-key | Private SSH key to use for pushing | yes | — |
| directories | Directories with Cargo.toml files to process | — | . |
| run-cargo-update | Run "cargo update" in top-level directory | — | false |
| tag-filter | Bash pattern used to filter processed tags (matched against tag name, without "refs/tags/") | — | * |
| upstream-repo | URL to fetch upstream repository from (the default is to query GitHub) | — | — |
| crate-dist-action | Path and ref of the crate-dist action to use | — | projg2/crate-dist-action@v1 |
Outputs
no outputs