Merge branch 'main' of ssh://git.phyllo.me:29418/actions/test-actions
Some checks failed
checkout / checkout (push) Has been cancelled

This commit is contained in:
Lukas Greve
2025-08-12 20:15:49 +02:00

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
```
chmod +x act_runner
```
- Execute the act runner using the `exec` argument and specify the workflow file to be used:
- Run the act runner using the `exec` argument and specify the workflow file to be used:
```
./act_runner exec --workflows workflows/checkout.yml