summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build(deps): bump megalinter/megalinter from 6.14.0 to 6.15.0 (#1475)v0.2.34nektos/v0.2.34dependabot[bot]2022-11-281-1/+1
* act -j -W example (#1471)Simon Willison2022-11-271-0/+3
* Fix shellcommand error on sh shell (#1464)Lim Chun Leng2022-11-251-1/+1
* fix typo (#1456)Femi Bankole2022-11-231-1/+1
* build(deps): bump github.com/creack/pty from 1.1.17 to 1.1.18 (#1447)dependabot[bot]2022-11-222-2/+3
* fix: handle subdirectors and exclusions (#1012) (#1446)Randolph Chung2022-11-214-10/+30
* Remove dead code (#1425)Magnus Markling2022-11-161-53/+0
* feat: interpolate the step names (#1422)Markus Wolf2022-11-167-4/+19
* feat: GITHUB_STATE and GITHUB_OUTPUT file commands (#1391)ChristopherHX2022-11-166-3/+113
* feat: Host environment (#1293)ChristopherHX2022-11-1639-185/+1394
* build(deps): bump github.com/moby/buildkit from 0.10.5 to 0.10.6 (#1437)dependabot[bot]2022-11-162-3/+3
* fix: keep path to event json file in composite actions (#1428)Markus Wolf2022-11-162-1/+18
* build(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (#1436)dependabot[bot]2022-11-141-1/+1
* fix: nil pointer access ( workflow_dispatch )ChristopherHX2022-11-105-9/+50
* Update number of approvers required from 3 to 2Casey Lee2022-11-081-1/+1
* build(deps): bump megalinter/megalinter from 6.13.0 to 6.14.0 (#1426)dependabot[bot]2022-11-071-1/+1
* build(deps): bump github.com/rhysd/actionlint from 1.6.21 to 1.6.22 (#1427)dependabot[bot]2022-11-072-3/+3
* feat: parse types of reusable workflows (#1414)Markus Wolf2022-11-012-0/+75
* build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#1420)v0.2.33nektos/v0.2.33dependabot[bot]2022-10-312-3/+3
* build(deps): bump github.com/docker/docker (#1418)dependabot[bot]2022-10-312-3/+3
* build(deps): bump github.com/docker/cli (#1419)dependabot[bot]2022-10-312-3/+3
* build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#1404)dependabot[bot]2022-10-302-4/+6
* refactor: move from io/ioutil to io and os packages (#1417)Eng Zer Jun2022-10-297-30/+25
* Add user level Docker socket to common paths (#1416)Ben Drucker2022-10-291-0/+1
* build(deps): bump megalinter/megalinter from 6.12.0 to 6.13.0 (#1407)dependabot[bot]2022-10-241-1/+1
* build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#1408)dependabot[bot]2022-10-241-1/+1
* build(deps): bump github.com/docker/docker (#1403)dependabot[bot]2022-10-242-3/+3
* build(deps): bump github.com/docker/cli (#1405)dependabot[bot]2022-10-242-3/+3
* build(deps): bump github.com/moby/buildkit from 0.10.4 to 0.10.5 (#1406)dependabot[bot]2022-10-242-3/+3
* Fixes #1387 (#1388)Zack Wang2022-10-192-1/+12
* build(deps): bump megalinter/megalinter from 6.11.1 to 6.12.0 (#1395)dependabot[bot]2022-10-171-1/+1
* build(deps): bump github.com/docker/cli (#1393)dependabot[bot]2022-10-172-3/+3
* build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#1394)dependabot[bot]2022-10-172-5/+6
* build(deps): bump github.com/docker/docker (#1392)dependabot[bot]2022-10-172-3/+3
* Mapping `workflow_dispatch` inputs into the Expression `inputs` context (#1363)Markus Wolf2022-10-175-14/+136
* fix: ci is failing since 2022-10-17 (#1397)ChristopherHX2022-10-173-4/+4
* test: add test for networking setup in act (#1375)Markus Wolf2022-10-123-30/+63
* fix: re-evaluate env for remote composite actions (#1385)Markus Wolf2022-10-122-2/+13
* build(deps): bump megalinter/megalinter from 6.11.0 to 6.11.1 (#1381)dependabot[bot]2022-10-101-1/+1
* build(deps): bump gotest.tools/v3 from 3.0.3 to 3.4.0 (#1379)dependabot[bot]2022-10-102-2/+4
* build(deps): bump github.com/rhysd/actionlint from 1.6.20 to 1.6.21 (#1380)dependabot[bot]2022-10-102-3/+3
* build(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.13 (#1378)dependabot[bot]2022-10-102-2/+4
* fix: interpolate action input defaults (#1376)Markus Wolf2022-10-072-1/+14
* fix: support docker create arguments from container.options (#1022) (#1351)Alex Savchuk2022-10-0720-44/+2353
* Fix composite input handling (#1345)Markus Wolf2022-10-0617-149/+246
* fix: handle go closure iteration (#1374)Markus Wolf2022-10-061-0/+2
* build(deps): bump megalinter/megalinter from 5 to 6.11.0 (#1370)dependabot[bot]2022-10-056-5/+8
* build(deps): bump github.com/rhysd/actionlint from 1.6.19 to 1.6.20 (#1371)dependabot[bot]2022-10-032-3/+3
* build(deps): bump github.com/opencontainers/selinux (#1372)dependabot[bot]2022-10-032-3/+3
* fix: show workflow info even if on.push is not defined (#1329) (#1335)v0.2.32Alex Savchuk2022-09-293-31/+94