act_runner/pkg/common
Christopher Homberger 83cbf1f2b8 Port CI to Gitea.com (#1)
# Problems
- [x] Some env variables from act itself / act_runner let the tests fail.
- [ ] CI takes too long to clone actions, need to speed up the used act_runner by sparse checkout
    - Runners are reused this speeds up once every runner has ran every job
- [ ] Qemu setup is broken and do not add all platforms like GitHub CI expected`  linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/amd64/v4,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/loong64,linux/arm/v7,linux/arm/v6` got `linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/amd64/v4,linux/386` without qemu set up
  - Test Disabled
- [x] ACTIONS_RUNTIME_TOKEN needs to be unset
- [ ] Snapshot needs our version of the npm package / patching
  - Test Disabled
- [ ] ACTIONS_RESULTS_URL:http://127.0.0.1:12345/ seems to be a fallback to localhost this is a problem
  - Test Disabled

Reviewed-on: https://gitea.com/actions-oss/act-cli/pulls/1
Co-authored-by: Christopher Homberger <christopher.homberger@web.de>
Co-committed-by: Christopher Homberger <christopher.homberger@web.de>
2025-11-27 14:57:23 +00:00
..
git Port CI to Gitea.com (#1) 2025-11-27 14:57:23 +00:00
auth.go Actions Artifacts v4 backend (#2224) 2024-05-20 20:00:04 +00:00
auth_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
cartesian.go Fix Cartesian product to return empty set if empty set is given (#503) 2021-01-23 14:55:54 -08:00
cartesian_test.go Fix indent with go fmt (#531) 2021-02-17 11:47:59 -08:00
context.go feat: Support graceful job step cancellation (#69) 2025-03-29 12:27:36 +01:00
context_test.go feat: Support graceful job step cancellation (#69) 2025-03-29 12:27:36 +01:00
draw.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
dryrun.go successfully able to run simple workflows 2020-02-20 21:05:25 -05:00
executor.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
executor_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
file.go refactor: move from io/ioutil to io and os packages (#1417) 2022-10-29 17:15:38 +00:00
job_error.go feat: Support graceful job step cancellation (#69) 2025-03-29 12:27:36 +01:00
line_writer.go integration test 2020-02-24 12:48:12 -08:00
line_writer_test.go integration test 2020-02-24 12:48:12 -08:00
logger.go successfully able to run simple workflows 2020-02-20 21:05:25 -05:00
outbound_ip.go feat: improve GetOutboundIP (#1707) 2023-03-31 13:28:08 +00:00