Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosven9856/gitea-package-action
Updating a package in the Gitea system using GitHub Actions
https://github.com/rosven9856/gitea-package-action
gitea gitea-actions gitea-packages github-actions
Last synced: 2 days ago
JSON representation
Updating a package in the Gitea system using GitHub Actions
- Host: GitHub
- URL: https://github.com/rosven9856/gitea-package-action
- Owner: rosven9856
- License: mit
- Created: 2023-11-18T13:47:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-06T17:36:51.000Z (about 2 months ago)
- Last Synced: 2024-11-09T06:37:09.567Z (about 2 months ago)
- Topics: gitea, gitea-actions, gitea-packages, github-actions
- Language: PHP
- Homepage:
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Updating a package in the Gitea system using GitHub Actions
[![License](https://img.shields.io/github/license/rosven9856/gitea-package-action)](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.
## Example usage
```yaml
steps:
- uses: rosven9856/[email protected]
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"