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
Additional context
I'm trying to overwrite artifactServer.path so the output is in a folder I can observe in the test. For this I have to do (testOutput returns an absolute path):
Feature request
artifactServer.port
should allow undefined value, becauseact
has a default for--artifact-server-port
, https://github.com/nektos/act/blob/v0.2.54/cmd/root.go#L93Additional context
I'm trying to overwrite
artifactServer.path
so the output is in a folder I can observe in the test. For this I have to do (testOutput
returns an absolute path):Notice that I do not need to set the
port
value to achieve what I want, the default would suffice.The text was updated successfully, but these errors were encountered: