1
0
mirror of https://gitea.com/gitea/act synced 2026-05-06 01:37:48 +02:00

fix #89 - support .actrc file

This commit is contained in:
Casey Lee
2020-02-24 22:11:33 -08:00
parent 5b90c8a44d
commit 76a8bfc4fc
3 changed files with 36 additions and 1 deletions

View File

@@ -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