Compare commits

...

3 Commits

Author SHA1 Message Date
Your Name
f7c0443ac4 updated readme 2025-01-06 11:04:43 +02:00
Your Name
b400119e16 updated README.md - example usage 2023-12-05 19:55:19 +02:00
Your Name
8243bc71ff updated README.md - link to API documentation 2023-12-05 19:26:15 +02:00

View File

@ -7,7 +7,7 @@
[![License](https://img.shields.io/github/license/rosven9856/gitea_creating_release_action)](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?