Update README.md
Some checks failed
checkout / checkout (push) Has been cancelled

Add more explanation

Signed-off-by: lukas <lukas@phyllo.me>
This commit is contained in:
2025-08-12 10:15:10 +00:00
parent 2f569e1dea
commit b5ff782c46

View File

@@ -22,9 +22,11 @@ curl https://dl.gitea.com/act_runner/0.2.12/act_runner-0.2.12-linux-amd64 --outp
- Add execute permission - Add execute permission
```
chmod +x act_runner
```
- Run the act runner using the `exec` argument and specify the workflow file to be used:
- Execute the act runner using the `exec` argument and specify the workflow file to be used:
``` ```
./act_runner exec --workflows workflows/checkout.yml ./act_runner exec --workflows workflows/checkout.yml