oracle-devrel/Make ZIP From Release
Make one or more ZIP archives for a release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config_file | The name of the configuration JSON file to read (default: release_files.json) | no | — |
| fail_on_missing_file | Whether or not it should fail if a specified file is missing (default: false) | no | — |
| overwrite_dst | Should the ZIP file be overwritten if it exists? (default: true) | no | — |
| github_token | The token used to interact with the GitHub API. Usually use `secrets.GITHUB_TOKEN`. | no | — |
Outputs
| name | description |
|---|---|
| zip_files | All of the ZIP files generated. |
| missing_files | Any missing files are given here. |