summaryrefslogtreecommitdiffstats
path: root/pkg/runner (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: do not ignore the config container.options when starting a jobEarl Warren7 days1-1/+1
* chore(refactor): split Options into ConfigOptions & JobOptionsEarl Warren9 days2-5/+10
* feat: export runtime token as FORGEJO_TOKENxtex14 days2-0/+2
* chore(lint): fix lint errorsEarl Warren2024-12-305-28/+4
* fix: log skipped job and step result as info instead of debugEarl Warren2024-11-215-5/+52
* fix: [FORGEJO] do not share the act-toolcache volumeEarl Warren2024-11-201-4/+1
* [FORGEJO] a network of "" is not the same as "host"Earl Warren2024-03-241-8/+1
* [FORGEJO] Revert "Don't set GITHUB_TOKEN (#2089)"v1.20.0Earl Warren2024-03-112-0/+2
* [FORGEJO] feat(docker): Add flag to enable IPv6 in auto-created networks (#24)s3lph2024-03-112-7/+10
* [LXC] global lock on startEarl Warren2024-03-111-0/+2
* [LXC] split platform into template, release and configEarl Warren2024-03-111-25/+50
* [FORGEJO] implement lxc separately from self-hostedEarl Warren2024-03-111-58/+71
* [FORGEJO] wrap self-hosted platform steps in an LXC containerEarl Warren2024-03-111-3/+144
* [FORGEJO] sync lxc-helpers 231215c11d38df793521766dcce0e80e824614caEarl Warren2024-03-112-0/+599
* Support cloning remote actions from insecure Gitea instances (#92)Zettat1232024-03-052-0/+19
* Patched options() to let container options propagate to job containers (#80)Claudio Nicora2024-03-041-1/+1
* Merge branch 'nektos/master' into bump-nektosChongyi Zheng2024-02-1714-114/+424
|\
| * fix: use correct path to toolcache (#1494)Markus Wolf2024-01-301-1/+1
| * fix: improve new-action-cache fetch failure error (#2172)ChristopherHX2024-01-282-2/+8
| * fix: subpath actions via new artifact cache (#2170)ChristopherHX2024-01-282-9/+10
| * fix: improve action not found error (#2171)ChristopherHX2024-01-281-6/+18
| * feat: support offline mode (#2128)TKaxv_7S2024-01-203-8/+11
| * feat: cli option to enable the new action cache (#1954)ChristopherHX2024-01-206-9/+145
| * Fix noisy `runs-on` error logging (#2102)Jon Jensen2023-12-171-1/+4
| * Evaluate if condition when calling a reusable workflow (#2087)Jon Jensen2023-11-122-2/+15
| * Evaluate all service values (#2054)Björn Brauer2023-11-121-4/+13
| * Don't set GITHUB_TOKEN (#2089)Jon Jensen2023-11-122-2/+0
| * Support array expressions in runs-on (#2088)Jon Jensen2023-11-122-16/+65
| * Use unique name for reusable workflow (#2015)Andreas Taylor2023-11-121-1/+1
| * Add support for service containers (#1949)Sam Foo2023-10-197-67/+318
* | Merge remote-tracking branch 'upstream/master' into bump-nektostechknowlogick2023-10-116-10/+5200
|\|
| * fix action_ref (composite action) (#2020)ChristopherHX2023-10-044-2/+16
| * fix: use actions/runner hashfiles in container (#1940)ChristopherHX2023-10-042-8/+5184
* | Merge nektos/act/v0.2.51techknowlogick2023-09-241499-371/+463134
|\|
| * feat: support node20 runtime (#1988)Oliver Bell2023-09-15502-5/+160196
| * feat: support interpolation in `<job>.container.options` (#1958)Elian Doran2023-09-121-4/+4
| * refactor: remove unnecessary nil check in RunContext (#1955)Eng Zer Jun2023-08-091-11/+9
| * feat: Add new Action Cache (#1913)ChristopherHX2023-08-082-0/+214
| * feat: cmd support for windows (#1941)ChristopherHX2023-08-083-1/+16
| * refactor: docker build BuildContext field (#1914)ChristopherHX2023-08-081-7/+11
| * prefer pwsh on windows if found (#1942)ChristopherHX2023-08-082-10/+37
| * build(deps): bump megalinter/megalinter from 7.1.0 to 7.2.1 (#1931)dependabot[bot]2023-08-08990-335/+302649
* | Merge tag 'nektos/v0.2.49'Jason Song2023-08-0217-56/+176
|\|
| * Add new CLI flag to log just the job id and not the entire job name (#1920)Thomas Eddy2023-07-192-9/+26
| * throw when invalid `uses` key is provided (#1804)Josh McCullough2023-07-112-11/+25
| * chore: upgrade golangci-lint and address findings (#1904)Casey Lee2023-07-1112-28/+28
| * Allow inputs for workflow_calls (#1845)Sam Foo2023-06-274-0/+60
| * Allow to override location of action cache dir (#1863)Marius Zwicker2023-06-152-0/+4
| * feature: Add support for github action variables (#1833)Kuan Yong2023-06-103-0/+17
| * Fix bug in processing jobs on platforms without Docker (#1834)psa2023-06-061-8/+37