Gitea.Runner 1.0.2

Gitea Actions Runner is the agent that powers Gitea Actions, our built-in CI/CD system. It runs your jobs on the infrastructure you choose, with the same workflow syntax as GitHub Actions.

Gitea Actions Runner is the agent that powers Gitea Actions, our built-in CI/CD system. It works alongside Gitea's built-in Git server and auxiliary services to create an isolated environment in which the tasks that make up your CI/CD pipeline run. The runner works on a simple yet effective premise: it listens for any job dispatched from a Gitea server and runs those jobs in the environment you configure. Whenever a commit or a pull request is made, the runner kicks into action and provides immediate feedback about the impact of the change.

Command Line

Info

Dependencies

No dependency information