diff options
author | Casey Lee <cplee@nektos.com> | 2020-02-25 07:11:33 +0100 |
---|---|---|
committer | Casey Lee <cplee@nektos.com> | 2020-02-25 07:11:33 +0100 |
commit | 76a8bfc4fc2afef66a1296d67eafd0f33a57d007 (patch) | |
tree | 15638aa83a59c8726f5318ce7564f117fb9d2e90 /Makefile | |
parent | remove super verbose log statement (diff) | |
download | forgejo-act-76a8bfc4fc2afef66a1296d67eafd0f33a57d007.tar.xz forgejo-act-76a8bfc4fc2afef66a1296d67eafd0f33a57d007.zip |
fix #89 - support .actrc file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ build: go build -ldflags "-X main.version=$(VERSION)" -o dist/local/act main.go test: - $(ACT) -P ubuntu-latest=nektos/act-environments-ubuntu:18.04 + $(ACT) install: build @cp dist/local/act /usr/local/bin/act |