summaryrefslogtreecommitdiffstats
path: root/main.go (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-16chore: makefile updateCasey Lee1-1/+1
2023-01-16chore: bump versionv0.2.37Casey Lee1-1/+1
2023-01-16build(deps): bump github.com/moby/buildkit from 0.10.6 to 0.11.0 (#1563)dependabot[bot]3-959/+64
2023-01-16chore: push new versionv0.2.36Casey Lee2-2/+2
2023-01-16Readme: Fix shell installation (#1547)Philippe Schenker1-1/+1
2023-01-16fix: allow override of artifact server bind address (#1560)Robin Breathe7-12/+18
2023-01-15feat: add check for newer versions (#1562)Casey Lee6-13/+121
2023-01-13Input (#1524)Shubh Bapna6-11/+96
2023-01-13refactor: remove docker image list reference filter (#1501)ChristopherHX1-49/+18
2023-01-13fix: add-matcher fails github workflow (#1532)ChristopherHX2-29/+35
2023-01-12feat: add support for building docker actions with private registries (#1557)Björn Brauer2-3/+25
2023-01-10build(deps): bump github.com/containerd/containerd from 1.6.6 to 1.6.12 (#1554)dependabot[bot]2-7/+7
2023-01-10feat: Allow building without docker support (#1507)ChristopherHX10-62/+143
2023-01-10fix: extra path lost in composite actions (#1531)ChristopherHX4-0/+62
2023-01-10test: make sure workflow_call is not a github event calling our workflow (#1520)Markus Wolf1-0/+5
2023-01-10fix: preserve job result state in case of failure (#1519)Markus Wolf3-2/+31
2023-01-10build(deps): bump megalinter/megalinter from 6.17.0 to 6.18.0 (#1550)dependabot[bot]1-1/+1
2023-01-02build(deps): bump megalinter/megalinter from 6.16.0 to 6.17.0 (#1540)dependabot[bot]1-1/+1
2023-01-02build(deps): bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 (#1539)dependabot[bot]2-2/+3
2023-01-02build(deps): bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0 (#1541)dependabot[bot]2-5/+6
2022-12-26build(deps): bump megalinter/megalinter from 6.15.0 to 6.16.0 (#1534)v0.2.35dependabot[bot]1-1/+1
2022-12-26build(deps): bump actions/stale from 6 to 7 (#1535)dependabot[bot]1-1/+1
2022-12-19revert: deprecation of containerArchitecture (#1514)ChristopherHX2-4/+1
2022-12-19build(deps): bump goreleaser/goreleaser-action from 3 to 4 (#1515)dependabot[bot]2-2/+2
2022-12-19build(deps): bump github.com/docker/cli (#1516)dependabot[bot]2-3/+3
2022-12-19build(deps): bump github.com/docker/docker (#1517)dependabot[bot]2-3/+3
2022-12-19fix: align runner.os / runner.arch to known values (#1510)ChristopherHX2-6/+29
2022-12-19feat: Support "result" on "needs" context. (#1497)Aaron Holmes5-9/+34
2022-12-15fix: tail (not absolute) as entrypoint of job container (#1506)ChristopherHX1-1/+1
2022-12-15refactor: fix savestate in pre steps (#1466)ChristopherHX10-102/+90
2022-12-15feat: allow to spawn and run a local reusable workflow (#1423)Markus Wolf10-139/+472
2022-12-09refactor: fix add-path / GITHUB_PATH commands (#1472)ChristopherHX12-46/+95
2022-12-09feat: JobLoggerFactory (#1496)ChristopherHX2-35/+62
2022-12-07fix: handle env-vars case sensitive (#1493)Markus Wolf3-10/+35
2022-12-06fix: step env is unavailable in with property expr (#1458)ChristopherHX5-2/+40
2022-12-06refactor: share UpdateFromEnv logic (#1457)ChristopherHX7-99/+201
2022-12-06feat: `--container-options` (#1462)ChristopherHX6-1/+28
2022-12-06refactor: move autoremove into the jobexecutor (#1463)ChristopherHX2-41/+23
2022-12-06docs: clarifying skipping steps / jobs (#1480)ChristopherHX1-0/+31
2022-12-06Pass `LANG=C.UTF-8` to environment (#1476)Brice Dutheil1-0/+1
2022-11-28build(deps): bump megalinter/megalinter from 6.14.0 to 6.15.0 (#1475)v0.2.34nektos/v0.2.34dependabot[bot]1-1/+1
2022-11-27act -j -W example (#1471)Simon Willison1-0/+3
2022-11-25Fix shellcommand error on sh shell (#1464)Lim Chun Leng1-1/+1
2022-11-23fix typo (#1456)Femi Bankole1-1/+1
2022-11-22build(deps): bump github.com/creack/pty from 1.1.17 to 1.1.18 (#1447)dependabot[bot]2-2/+3
2022-11-21fix: handle subdirectors and exclusions (#1012) (#1446)Randolph Chung4-10/+30
2022-11-16Remove dead code (#1425)Magnus Markling1-53/+0
2022-11-16feat: interpolate the step names (#1422)Markus Wolf7-4/+19
2022-11-16feat: GITHUB_STATE and GITHUB_OUTPUT file commands (#1391)ChristopherHX6-3/+113
2022-11-16feat: Host environment (#1293)ChristopherHX39-185/+1394