runner/act/runner
Earl Warren aaf05691c0 feat: add FORGEJO_* for each GITHUB_* in the environment & contexts (#171)
Blocking for

- https://code.forgejo.org/actions/setup-forgejo/pulls/461
- forgejo/end-to-end#758

Tested locally with both of them.

```
$ ./end-to-end.sh actions_teardown
$ ( cd ../runner ; make --always-make forgejo-runner ; cp forgejo-runner /tmp/forgejo-end-to-end/forgejo-runner )
$ ./end-to-end.sh actions_setup 12.0
$ ./end-to-end.sh actions_verify_example conext
```

Reviewed-on: https://code.forgejo.org/forgejo/act/pulls/171
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2025-07-07 06:00:53 +00:00
..
hashfiles [RDNF #11] fix: skipped jobs have no result & fix: favor command-line over files & chore: fix some comments (#143) 2025-06-09 10:25:43 +00:00
res Add super-linter + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
testdata Feature: Added an action type for the action.yaml that uses sh (#141) 2025-06-14 15:31:32 +00:00
action.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
action_cache.go [RDNF #18] Meta-copy-symlinks-new-actions-cache (#2337) (#159) 2025-07-02 13:48:12 +00:00
action_cache_offline_mode.go feat: offline mode for new action cache (#2173) 2025-04-12 14:03:12 +00:00
action_cache_test.go refactor: simpilfy go-git cache (#2208) 2025-04-12 14:03:12 +00:00
action_composite.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
action_test.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
command.go Merge tag 'nektos/v0.2.49' 2023-08-02 11:52:14 +08:00
command_test.go refactor: fix savestate in pre steps (#1466) 2022-12-15 17:08:31 +00:00
container_mock_test.go chore: Remove obsolete Container.UpdateFromPath (#1631) 2023-02-16 16:11:26 +00:00
expression.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
expression_test.go Follow upstream support for variables (#66) 2023-06-12 06:54:17 +00:00
job_executor.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
job_executor_test.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
local_repository_cache.go Introduce LocalRepositoryCache for download remote actions, add them to ActionCache and execute as well 2025-04-28 08:42:10 +00:00
logger.go fix function name in comment (#2240) 2025-04-24 09:00:54 +00:00
lxc-helpers-lib.sh chore(upgrade): sync lxc-helpers v1.0.3 2025-01-29 10:30:12 +01:00
lxc-helpers.sh chore(upgrade): sync lxc-helpers v1.0.3 2025-01-29 10:30:12 +01:00
reusable_workflow.go chore(lint): fix lint errors 2024-12-30 21:11:02 +00:00
run_context.go feat: add FORGEJO_* for each GITHUB_* in the environment & contexts (#171) 2025-07-07 06:00:53 +00:00
run_context_test.go feat: export runtime token as FORGEJO_TOKEN 2025-01-04 20:01:43 +08:00
runner.go [FORGEJO] feat(docker): Add flag to enable IPv6 in auto-created networks (#24) 2024-03-11 17:10:33 +07:00
runner_test.go Feature: Added an action type for the action.yaml that uses sh (#141) 2025-06-14 15:31:32 +00:00
step.go feat: add FORGEJO_* for each GITHUB_* in the environment & contexts (#171) 2025-07-07 06:00:53 +00:00
step_action_local.go feat: cli option to enable the new action cache (#1954) 2024-01-19 23:49:35 +00:00
step_action_local_test.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
step_action_remote.go Support cloning remote actions from insecure Gitea instances (#92) 2024-03-05 08:07:29 +00:00
step_action_remote_test.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
step_docker.go Merge tag 'nektos/v0.2.49' 2023-08-02 11:52:14 +08:00
step_docker_test.go refactor: GITHUB_ENV command / remove env.PATH (#1503) 2023-02-04 13:35:13 +00:00
step_factory.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_factory_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_run.go feat: add node as shell type 2025-04-18 18:14:21 +03:00
step_run_test.go chore: use new style octal (#1630) 2023-02-16 15:34:51 +00:00
step_test.go [RDNF #11] fix: skipped jobs have no result & fix: favor command-line over files & chore: fix some comments (#143) 2025-06-09 10:25:43 +00:00