radiusnetworks/Release Repo
Publish a release to an external release repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | The target external repo to publish to | yes | — |
| branch | Optional name of the branch to push changes to, defaults to master | no | — |
| file | The zip file to extract into the extract repo | yes | — |
| personal-token | The GitHub token used access the external repo | yes | — |
| tag-and-release | Boolean flag for if a release should be created on the target repo | no | true |
| tag | A tag name to be used for the release. Defaults to the same tag as the current repo's release. | no | — |
| clean | Cleans the release repo files before unzipping | no | false |
| keep | A colon separated list of files to keep when cleaning the repo | no | — |
Outputs
| name | description |
|---|---|
| branch_name | The branch name for the release |