summaryrefslogtreecommitdiffstats
path: root/pkg (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix(cache-server): use consistent uint64Michael Kriese2024-11-222-10/+10
* 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
* fix: cache adjust restore order of exact key matches (#2267)ChristopherHX2024-11-072-0/+115
* Support overwriting caches (#2265)Jason Song2024-11-073-118/+239
* fix: docker buildx cache restore not working (#2236)ChristopherHX2024-11-071-1/+1
* fix: return an error when the argument count is wrongEarl Warren2024-10-312-0/+56
* fix: debug is leaking host container and network namesEarl Warren2024-10-191-1/+0
* [FORGEJO] when a workflow decode error happen, log and do not crashEarl Warren2024-09-152-1/+20
* fix(jobparser): support `workflow_dispatch.inputs`Michael Kriese2024-08-222-0/+13
* fix(jobparser): template job name if it's definedTheFox0x72024-07-014-3/+126
* Fix NewDockerNetworkCreateExecutor in docker_stubTobias Bölz2024-04-031-1/+1
* [FORGEJO] add forge alias for github (#37)v1.21.0TheFox0x72024-04-021-0/+2
* [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-113-12/+12
* [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-114-63/+90
* [FORGEJO] wrap self-hosted platform steps in an LXC containerEarl Warren2024-03-114-10/+183
* [FORGEJO] sync lxc-helpers 231215c11d38df793521766dcce0e80e824614caEarl Warren2024-03-112-0/+599
* Support cloning remote actions from insecure Gitea instances (#92)Zettat1232024-03-053-0/+29
* Patched options() to let container options propagate to job containers (#80)Claudio Nicora2024-03-041-1/+1
* Make runs-on support variable expression (#91)sillyguodong2024-03-012-1/+10
* Merge branch 'nektos/master' into bump-nektosChongyi Zheng2024-02-1739-231/+962
|\
| * fix: use correct path to toolcache (#1494)Markus Wolf2024-01-301-1/+1
| * refactor: filecollector into new package (#2174)ChristopherHX2024-01-306-35/+160
| * fix: improve warning about remote not found (#2169)Josh Soref2024-01-281-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
| * Add containerd's normalized architectures to archMapper (#2168)Matthew2024-01-241-0/+2
| * WorkflowDispatchConfig supports multiple yaml node kinds (#2123)胖梁2024-01-202-13/+135
| * fix: match cache `restore-keys` in creation reverse order (#2153)Kristoffer2024-01-201-1/+7
| * feat: support offline mode (#2128)TKaxv_7S2024-01-204-18/+27
| * feat: cli option to enable the new action cache (#1954)ChristopherHX2024-01-208-16/+204
| * Add support for NetBSD (#2023)Leonardo Taccari2024-01-0810-10/+10
| * Fix noisy `runs-on` error logging (#2102)Jon Jensen2023-12-171-1/+4
| * fix: IsHost is defined as false on windows (#2093)ChristopherHX2023-12-161-4/+2
| * Evaluate if condition when calling a reusable workflow (#2087)Jon Jensen2023-11-122-2/+15
| * feat: support runs-on labels and group (#2062)raffis2023-11-122-2/+61
| * Evaluate all service values (#2054)Björn Brauer2023-11-121-4/+13
| * fix: (#2075)ChristopherHX2023-11-121-1/+3
| * 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
| * fix: panic (#2071)Jason Song2023-11-041-11/+14
| * Add support for service containers (#1949)Sam Foo2023-10-1912-100/+465
| * Fix float formatting (#2018)Jon Jensen2023-10-132-1/+2
* | fix: panicJason Song2023-10-311-15/+17