actions-marketplace-validations/Branch Storage Action
Saves files (e.g: badges) from GitHub actions on a dedicated branch to serve a static storage.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| storage-branch | Name of the branch that will be used for storage | no | gh-storage |
| prune | If true, deletes as well as adds or updates files, otherwise only adds | no | false |
| src | Path to the file that will be saved | yes | — |
| dst | Path in storage branch where the file will be saved | yes | — |
| comment | Commit message associated with this modification in storage branch | no | Update storage contents |
Outputs
no outputs