You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Act seems to be failing on any workflow that specifies a container. See error message below along with included workflow file.
NOTE: This runs fine for me on simpler workflows when I do not specify a container attribute. It also fails if I put the text in quotes, etc.
p.s. Thanks for act. Great tool and I'd love to get it working with these other workflows.
Version: 0.2.1
Platform: OS X
Error:
Error: yaml: unmarshal errors:
line 10: cannot unmarshal !!str `mobilep...` into model.ContainerSpec
child_process.js:656
throw err;
^
Error: Command failed: act pull_request
at checkExecSyncError (child_process.js:616:11)
at execSync (child_process.js:653:13)
at runAction (/Users/schof/repos/neptune/dist/util/action-local.js:29:5)
at Object.<anonymous> (/Users/schof/repos/neptune/dist/util/action-local.js:31:1)
at Module._compile (internal/modules/cjs/loader.js:701:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
at Module.load (internal/modules/cjs/loader.js:600:32)
at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
at Function.Module._load (internal/modules/cjs/loader.js:531:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:754:12)
error Command failed.
Exit code: 1
Act seems to be failing on any workflow that specifies a
container
. See error message below along with included workflow file.NOTE: This runs fine for me on simpler workflows when I do not specify a
container
attribute. It also fails if I put the text in quotes, etc.p.s. Thanks for act. Great tool and I'd love to get it working with these other workflows.
Version: 0.2.1
Platform: OS X
Error:
Workflow used:
The text was updated successfully, but these errors were encountered: