wes-lin/Gitee Relese
Github Action for creating Gitee Releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| body | Note-worthy description of changes in release | no | — |
| body_path | Path to load note-worthy description of changes in release from | no | — |
| name | Gives the release a custom name. Defaults to tag name | no | — |
| tag_name | Gives a tag name. Defaults to github.GITHUB_REF | no | — |
| prerelease | Identify the release as a prerelease. Defaults to false | no | — |
| files | Newline-delimited list of path globs for asset files to upload | no | — |
| repository | Repository to make releases against, in <owner>/<repo> format | yes | — |
| branch | Gives the release with branch. | yes | — |
| token | Authorized secret Gitee Personal Access Token. | yes | — |
Outputs
| name | description |
|---|---|
| url | URL to the Release HTML Page |
| id | Release ID |