fix:(actions): exec shell expansion (#295)

* chore: add package

* feat(actions): properly parse exec args
This commit is contained in:
Ludvig Lundgren 2022-06-10 21:11:18 +02:00 committed by GitHub
parent 4d753b76ed
commit ffada19506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 161 additions and 10 deletions

1
go.mod
View file

@ -52,6 +52,7 @@ require (
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-shellwords v1.0.12 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/nxadm/tail v1.4.6 // indirect
github.com/onsi/ginkgo v1.14.2 // indirect