Commit Graph

656 Commits

Author SHA1 Message Date
Casey Lee f5e67f2b86
fix #150 - disable dryrun in git clone 2020-03-14 00:13:18 -07:00
Aidan Steele b670173764
Add support for step.working-directory (closes #149) (#154) 2020-03-14 00:00:37 -07:00
Casey Lee d2d5c90a36
Merge branch 'master' of github.com:nektos/act 2020-03-13 23:39:15 -07:00
Casey Lee 3baf626aa4
add file info to files cp into container 2020-03-13 23:21:25 -07:00
Yannik Sander 25e1ad687d
Include install instructions for nix (#152) 2020-03-13 07:55:20 -07:00
Casey Lee d18e21dbd0
Merge branch 'master' of github.com:nektos/act 2020-03-12 17:23:07 -07:00
Casey Lee c439a6ff14
support nested expressions 2020-03-12 17:22:33 -07:00
David Lozano Jarque f6b761378a
docs(README): add --env-file flag (#147) 2020-03-12 09:54:05 -07:00
Casey Lee 7f88f81bf6
fix #50 - exclude anything in .gitignore from being copied into the job volume 2020-03-09 18:32:48 -07:00
Casey Lee b7fcf137ab
Fix 132 - support for chocolatey install (#144)
* fix #132 - publish chocolatey package for act

* add missing files to pass validation

* remove extra choco step
2020-03-09 17:49:55 -07:00
Casey Lee 16520bb277
fix #122 - support actions/checkout for repos other the one for this workflow (#143) 2020-03-09 17:45:42 -07:00
Casey Lee 143676fcfb
fix #141 - use host network to match GitHub Actions runners (#142) 2020-03-09 17:43:24 -07:00
Casey Lee bd6f232b20
fix build for windows 2020-03-06 17:08:07 -08:00
Jacob Turner 2157ef76e8
Add flags to README (#138)
Co-authored-by: Casey Lee <cplee@nektos.com>
2020-03-06 17:06:07 -08:00
Jacob Turner 643f8d08b7
Add event documentation (#137) 2020-03-06 17:05:36 -08:00
chenrui ca648a37c8
chore(deps): cleanup go.mod a little bit (#136)
* Upgrade docker to v19.03.7

* go mod vendor

* golangci-lint 1.23.8
2020-03-06 14:37:54 -08:00
Casey Lee f46768cf90
go mod update 2020-03-06 14:30:23 -08:00
Casey Lee 129b23ad23
go mod tidy 2020-03-06 14:23:05 -08:00
chenrui c588c07ce7
Bump golang to v1.14 (#135)
* Bump golang to v1.14

* go mod vendor

Co-authored-by: Casey Lee <cplee@nektos.com>
2020-03-06 14:21:24 -08:00
Casey Lee 15fb58bf43
fix #134 - include base_ref and head_ref in github context from the event json 2020-03-06 14:17:57 -08:00
Casey Lee 87392c2ed7
fix #134 - support 'env' context in steps 2020-03-06 13:39:01 -08:00
Casey Lee 4fde7d8865
fix #121 and #123 - add support for reading env variables from .env (#133) 2020-03-06 12:30:24 -08:00
Casey Lee af970769d7
fix #127 - force eval as a boolean (#131) 2020-03-06 11:30:39 -08:00
Casey Lee e33606361f
tone down verbosity 2020-03-06 10:25:18 -08:00
Casey Lee c32a87c6dc
fix #128: guard against empty actionName when 'uses: ./' (#130)
* fix #128: guard against empty actionName when 'uses: ./'

* fix #129 - force image name to be lowercase
2020-03-06 10:17:20 -08:00
Casey Lee 1f9f3b826e
go mod tidy 2020-03-06 09:11:18 -08:00
Casey Lee 59b9b8e97a
fix #108 - ensure container names are unique for matrix runs 2020-03-04 16:24:14 -08:00
Steffen Schmitz 4f84be12e3
fix #117 - handle whitespace in actrc secrets (#118)
* fix #117 - handle whitespace in actrc secrets

* Switch to raw string on regex pattern

Co-authored-by: Casey Lee <cplee@nektos.com>
2020-03-02 08:11:46 -08:00
Casey Lee a5570ffdd6
run on push and pull_request 2020-03-02 08:04:30 -08:00
Casey Lee e9de6ca2c0
fix #115 - support toJson and toJSON (#116) 2020-02-28 15:20:31 -08:00
Casey Lee 45839d68ec
manage stale issues in GH actions 2020-02-28 09:35:29 -08:00
Casey Lee 6e1da1a70d
fix #110 - support path in action (#111) 2020-02-27 14:17:01 -08:00
Casey Lee 21e2bb8657
fix #108 - support matrix expressions in job name (#109) 2020-02-26 23:29:43 -08:00
Casey Lee e739f72c5e
Update README.md 2020-02-26 22:09:13 -08:00
Casey Lee 8696b42178
gofmt 2020-02-25 16:58:26 -08:00
Casey Lee 76ecede42e
Merge branch 'master' of github.com:nektos/act 2020-02-25 09:23:05 -08:00
Casey Lee 1d84ee0db1
fix #102 - add windows support 2020-02-25 09:22:59 -08:00
Casey Lee 9dd2428546
fix #100 - change RUNNER_TOOL_CACHE to /opt/hostedtoolcache (#103) 2020-02-25 08:52:04 -08:00
Casey Lee ead2ab4d69
fix #95 - change ports to array of strings 2020-02-24 22:37:20 -08:00
Casey Lee 51b6167606
fix 99: support string and map variants of container 2020-02-24 22:35:08 -08:00
Casey Lee dadf8918be
documentation for .actrc 2020-02-24 22:16:00 -08:00
Casey Lee 76a8bfc4fc
fix #89 - support .actrc file 2020-02-24 22:11:33 -08:00
Casey Lee 5b90c8a44d
remove super verbose log statement 2020-02-24 17:58:34 -08:00
Casey Lee 0f796ff9f6
Merge pull request #98 from nektos/ISS-86
Iss 86
2020-02-24 17:51:40 -08:00
Casey Lee 1121f6e132
run with copy of workingdir 2020-02-24 17:48:21 -08:00
Casey Lee 8f5918942d
move action cache to volume 2020-02-24 16:38:49 -08:00
Casey Lee eb28924ba5
actions 2020-02-24 15:05:41 -08:00
Casey Lee d54b25d983
makefile cleanups 2020-02-24 15:04:33 -08:00
Casey Lee 3a65967b95
ci cleanup 2020-02-24 14:43:03 -08:00
Casey Lee 037e08a3a7
integration test 2020-02-24 12:48:12 -08:00