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
What happened:
I use an .actrc file to provide the target docker image and a secret that corresponds to an inlined maven settings.xml file.
Now, when I run act I get Error: accepts at most 1 arg(s), received 64.
I tried to assign the value with single quotes, double quotes (with escaping the inner quotes) and without any quotes add all. The error is always the same.
When I pass the secret via the environment everything works fine and change the .actrc file to
What happened:
I use an
.actrc
file to provide the target docker image and a secret that corresponds to an inlined mavensettings.xml
file.Now, when I run
act
I getError: accepts at most 1 arg(s), received 64
.My
.actrc
:I tried to assign the value with single quotes, double quotes (with escaping the inner quotes) and without any quotes add all. The error is always the same.
When I pass the secret via the environment everything works fine and change the
.actrc
file toeverything works as expected.
What I expect to happen:
It should run the workflow with the given settings.xml as the secret.
Version/Platform:
act version 0.2.4
macOS 10.15.3
command:
act
output:
Error: accepts at most 1 arg(s), received 64
workflow:
The text was updated successfully, but these errors were encountered: