Skip to content

Commit e8baae5

Browse files
committed
test
1 parent 35d2aba commit e8baae5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
run: |
7575
echo "Deploying to Oxygen..."
7676
build_command_filtered=$(echo '${{ inputs.build_command }}' | sed 's/HYDROGEN_ASSET_BASE_URL=$OXYGEN_ASSET_BASE_URL //g')
77-
oxygen_command="npm exec --package=@shopify/oxygen-cli@4 -- oxygen-cli oxygen:deploy \
77+
oxygen_command="npm exec --package=@shopify/oxygen-cli@3 -- oxygen-cli oxygen:deploy \
7878
--path=${{ inputs.path }} \
7979
--assetsFolder=${{ inputs.oxygen_client_dir }} \
8080
--workerFolder=${{ inputs.oxygen_worker_dir }} \
@@ -91,6 +91,8 @@ runs:
9191
exit $exit_code
9292
fi
9393
94+
echo $(jq -r '.url')
95+
9496
echo "url=$(jq -r '.url' <<<"$output")" >> "$GITHUB_OUTPUT"
9597
9698
has_token=$(jq 'has("authBypassToken")' <<<"$output")

0 commit comments

Comments
 (0)