We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb88b03 commit dc0ca4bCopy full SHA for dc0ca4b
build-as-ci-does.sh
@@ -9,7 +9,7 @@ fi
9
10
# Optionally check if gh and the act extension are installed
11
if gh act --help >/dev/null 2>&1; then
12
- gh act --artifact-server-path $PWD/workflow-artifacts
+ gh act --artifact-server-path "$PWD/workflow-artifacts"
13
exit $?
14
elif ! gh --help >/dev/null 2>&1; then
15
echo "$0: No gh found in PATH; falling back to earthly" >&2
0 commit comments