Skip to content

Gitea updating package

Actions
Updating a package in the Gitea system using GitHub Actions
0.1.0
Latest
Star (1)

github gitea actions

Updating a package in the Gitea system using GitHub Actions

License

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"

Gitea updating package is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Updating a package in the Gitea system using GitHub Actions
0.1.0
Latest

Gitea updating package is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.