mirror of
https://github.com/rosven9856/gitea_creating_release_action.git
synced 2025-09-06 10:42:56 +08:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
f7c0443ac4 | ||
|
b400119e16 | ||
|
8243bc71ff |
20
README.md
20
README.md
@ -7,7 +7,7 @@
|
||||
[](https://github.com/rosven9856/gitea_creating_release_action/blob/master/LICENSE)
|
||||
|
||||
This action will create a new release in the Gitea system using the API and output all debugging information to the log.
|
||||
See from detail https://docs.gitea.com/api/1.20/#tag/repository/operation/repoCreateRelease
|
||||
See from detail https://docs.gitea.com/api/1.22/#tag/repository/operation/repoCreateRelease
|
||||
|
||||
## Inputs
|
||||
|
||||
@ -46,7 +46,6 @@ Gitea schema.
|
||||
|
||||
## Example usage
|
||||
|
||||
### GitHub
|
||||
```yml
|
||||
uses: rosven9856/gitea_creating_release_action@master
|
||||
with:
|
||||
@ -63,23 +62,6 @@ with:
|
||||
release_target_commitish: "master"
|
||||
```
|
||||
|
||||
### Gitea
|
||||
```yml
|
||||
uses: https://gitea.com/rosven9856/gitea_creating_release_action.git@master
|
||||
with:
|
||||
gitea_schema: "https"
|
||||
gitea_host: "gitea.example.org"
|
||||
gitea_organization: "organization"
|
||||
gitea_repo: "repository"
|
||||
access_token: "${{ secrets.GITEA_ACCESS_TOKEN }}"
|
||||
release_body: ""
|
||||
release_draft: "false"
|
||||
release_name: "release_name"
|
||||
release_prerelease: "false"
|
||||
release_tag_name: "1.0.0"
|
||||
release_target_commitish: "master"
|
||||
```
|
||||
|
||||
## Reach out to us
|
||||
|
||||
### You found a bug or want to propose a feature?
|
||||
|
Loading…
x
Reference in New Issue
Block a user