mirror of
https://github.com/rosven9856/gitea_creating_release_action.git
synced 2025-09-06 10:42:56 +08:00
updated README.md - example usage
This commit is contained in:
parent
8243bc71ff
commit
b400119e16
18
README.md
18
README.md
@ -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