Files
test-actions/README.md
lukas 2ac75ce7a2 Update README.md
Add more information about how to use Gitea Actions locally
2025-07-25 20:33:40 +00:00

1.0 KiB

Gitea Actions testing ground

This repository is a testing ground for several Gitea Actions used within the Phyllome OS project.

Gitea Actions workflows closely resemble GitHub Actions workflows, to the point that several GitHub Actions can be used in Gitea Actions workflows without modification.

How to test actions locally

Download the latest version of the act runner for your architecture here

Execute the act runner using the exec argument and specify the workflow file:

./act_runner exec --workflows my-workflow-in-root-directory.yml 

How they are used in Phyllome OS

Several known actions repositories are mirrored within Phyllome's Gitea instance, under the actions organization.

Good sources