updated README.md - example usage

This commit is contained in:
Your Name 2023-12-05 19:55:19 +02:00
parent 8243bc71ff
commit b400119e16

View File

@ -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?