gnpaone/Copy Repo Release
Copy a release between repos
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_repo | The source org/repo for the release. The release will be copied from this repository. | yes | — |
| destination_repo | The destination org/repo for the release. The release will be created or updated in this repository. Defaults to the current repository. | no | — |
| github_token | A token that has access to both the source and destination repositories. If not provided, the action will fall back to the default GITHUB_TOKEN. | yes | ${{ github.token }} |
| tag | The release tag to copy. If not provided, will use the tag that triggered the action. | no | — |
| override_body | If provided, this text will be used as the release body in the destination repository instead of source release body. | no | — |
| override_name | If provided, this value will be used as the release name/title instead of the source release name. | no | — |
| override_draft | If provided ("true" or "false"), explicitly sets whether the destination release is a draft, else the draft status of the source release is preserved. | no | — |
| override_prerelease | If provided ("true" or "false"), explicitly sets whether the destination release is marked as a prerelease, else the prerelease status of the source release is preserved. | no | — |
| skip_assets | If set to "true", release assets from the source release will not be copied. Defaults to "false". | no | false |
Outputs
no outputs