A runner for Gitea based on act.
Go to file
ChristopherHX 61237a1bdd
Update README.md (#108)
2025-05-31 10:31:24 +02:00
.github build(deps): bump megalinter/megalinter in the dependencies group (#101) 2025-05-03 09:21:39 +00:00
.vscode
cmd feat: contextdata overlay api and more gh/gt instance flags (#105) 2025-05-18 13:44:33 +02:00
pkg chore(deps): Update Workflow Schema (#107) 2025-05-21 10:02:35 +00:00
.codespellrc Add codespell support (config, workflow to detect/not fix) and make it fix few typos (#2296) 2024-04-19 09:22:45 +00:00
.editorconfig
.gitignore
.gitleaksignore Update .gitleaksignore (#25) 2025-01-29 18:57:08 +01:00
.golangci.yml core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
.goreleaser.yml Use act as bin name (#22) 2025-01-29 17:22:24 +01:00
.markdownlint.yml
.mega-linter.yml
.mergify.yml ci(mergify): upgrade configuration to current format (#2547) 2024-12-25 02:00:07 +00:00
.prettierignore
.prettierrc.yml
CODEOWNERS
CONTRIBUTING.md Update Readme and issue templates (#40) 2025-01-31 17:54:54 +01:00
LICENSE
Makefile chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
README.md Update README.md (#108) 2025-05-31 10:31:24 +02:00
VERIFICATION
VERSION bumo VERSION (#77) 2025-03-29 13:52:48 +01:00
act-cli.nuspec
codecov.yml Actions Artifacts v4 backend (#2224) 2024-05-20 20:00:04 +00:00
go.mod feat: allow ctx overlay + case sensitive env ctx (#99) 2025-05-18 11:35:05 +02:00
go.sum feat: allow ctx overlay + case sensitive env ctx (#99) 2025-05-18 11:35:05 +02:00
install.sh feat: Adding in logic to check if act needs to be downloaded (#2575) 2024-12-25 01:43:09 +00:00
main.go feat: Support graceful job step cancellation (#69) 2025-03-29 12:27:36 +01:00
main_test.go feat: Support graceful job step cancellation (#69) 2025-03-29 12:27:36 +01:00

README.md

Overview

[!CAUTION] This is a derivative of nektos/act between version v0.2.71 from January 2025 and v0.2.72 February 2025

  • Support for macOS VMs using tart -P tart://
  • --use-new-action-cache has been removed, the default clone mode of nektos/act has been removed
  • CI tests are run in 6min compared to 17min on nektos/act
  • Flags --pull=false and --rebuild=false are inverted to --no-poll and --no-rebuild

Act User Guide

Please look at the act user guide for more documentation.

Support

Need help? Ask on Discussions!

Contributing

Want to contribute to act? Awesome! Check out the contributing guidelines to get involved.

Manually building from source

  • Install Go tools 1.24+ - (https://golang.org/doc/install)
  • Clone this repo git clone git@github.com:actions-oss/act-cli.git
  • Run unit tests with make test
  • Build and install: make install