From 1f75ee9ffb5bb9fc0190340e2595494ba21d5755 Mon Sep 17 00:00:00 2001 From: lukas Date: Wed, 13 Aug 2025 14:03:30 +0000 Subject: [PATCH] Update README.md Add command to run action locally directly on the host, without using Docker --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8fd4ed5..c643ccc 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ INFO[0000] Start server on http://192.168.122.175:34567 [checkout/checkout] Cleaning up network for job checkout, and network name is: GITEA-ACTIONS-TASK-push_WORKFLOW-checkout_JOB-checkout-checkout-network ``` +- If you wish to run the action locally with a self-hosted runner that runs directly on the host, use the following instead: + +``` +./act_runner exec --workflows workflows/checkout.yml -i -self-hosted +``` + ## How workflows are used in Phyllome OS Several known actions repositories are mirrored within Phyllome's Gitea instance, under the [actions](https://git.phyllo.me/actions) organization.