Skip to content

Commit

Permalink
trial & error 11
Browse files Browse the repository at this point in the history
  • Loading branch information
lukqw committed Aug 8, 2024
1 parent 556ccc9 commit 0a2b92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ephemeral/startup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
echo $list_response
instance_exists=$(echo "$list_response" | jq --arg NAME "$previewName" '.[] | select(.name == $NAME)')
instance_exists=$(echo "$list_response" | jq --arg NAME "$previewName" '.[] | select(.instance_name == $NAME)')
if [ -n "$instance_exists" ]; then
Expand Down

0 comments on commit 0a2b92b

Please sign in to comment.