2024-10-19 18:49:51 +03:00
2024-10-13 19:18:28 +03:00
2023-11-18 16:17:24 +02:00
2024-10-19 18:40:14 +03:00
2024-10-19 18:38:33 +03:00
2024-08-25 18:34:01 +03:00
2024-08-25 18:34:01 +03:00
2024-08-25 18:34:01 +03:00
2024-10-19 18:39:10 +03:00
2024-10-19 18:39:10 +03:00
2024-08-25 18:34:01 +03:00
2024-08-25 18:34:01 +03:00
2024-08-25 18:34:01 +03:00
2024-10-13 19:18:28 +03:00
2024-08-25 18:34:01 +03:00
2024-10-19 18:40:14 +03:00
2024-10-18 19:43:15 +03:00
2024-10-19 18:49:51 +03:00
2024-10-19 18:49:51 +03:00
2023-11-18 15:47:50 +02:00
2024-08-25 18:34:01 +03:00
2024-08-25 18:34:01 +03:00
2024-10-13 19:18:28 +03:00
2024-08-25 18:34:01 +03:00

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"

Developing

build

docker build . --build-arg=PHP_VERSION=8.3 -t=gitea-package-action

initialization

docker run --rm -v .:/usr/bin/app gitea-package-action composer install

running

docker run --rm -v .:/usr/bin/app gitea-package-action php app.php

testing

docker run --rm -v .:/usr/bin/app gitea-package-action composer tests
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%