2023-11-18 16:17:24 +02:00
2023-11-18 16:17:24 +02:00
2023-11-18 16:17:24 +02:00
2023-11-18 19:57:41 +02:00
2024-10-30 09:20:53 +13:00
2024-10-29 21:07:15 +13:00
2024-10-29 23:29:27 +13:00
2023-11-18 15:47:50 +02:00
2024-10-29 21:07:15 +13:00

github gitea actions

Add/Update a Composer package in Gitea

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: https://hub.cybercinch.nz/gitea-composer-upload@main
        with:
          base_url: "https://gitea_instance_url"
          access_token: "${{ secrets._G_TOKEN }}"
          username: "${{ secrets._G_USERNAME }}"
          owner: "owner"
          package_version: "${{ env.GITHUB_REF_NAME }}"
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%