dbfb2c03bb4f83f236412f14f2058254c930da5c
Updating a package in the Gitea system using GitHub Actions
This action will update the package version in the Gitea system using the API and output debugging information to the log.
Example usage
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"
Description
A Gitea/Github Action which will create an archive for storing in the Gitea Composer Package Repository.
Readme
187 KiB
Languages
Shell
97%
Dockerfile
3%
