You've already forked gitea-composer-upload-action
0.1.0
This commit is contained in:
15
README.md
15
README.md
@@ -6,4 +6,17 @@
|
||||
|
||||
[](https://github.com/rosven9856/gitea-package-action/blob/master/LICENSE)
|
||||
|
||||
This action will update the package version in the Gitea system using the API and output debugging information to the log.
|
||||
This action will update the package version in the Gitea system using the API and output debugging information to the log.
|
||||
|
||||
|
||||
## Example usage
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
- uses: rosven9856/gitea-package-action@0.1.0
|
||||
with:
|
||||
gitea_instance_base_url: "https://gitea_instance_url"
|
||||
gitea_access_token: "${{ secrets._GITEA_ACCESS_TOKEN }}"
|
||||
gitea_owner: "owner"
|
||||
gitea_repository: "repository"
|
||||
gitea_package_registry: "composer"
|
||||
Reference in New Issue
Block a user