Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Feb 2, 2024
1 parent 4409e07 commit 02dd049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ while [ "$deployment_ready" = false ] && [ "$(($(date +%s) - start_time))" -lt "
echo "::warning::Failed to get deployment from: $request_url"
break
fi

echo "::debug::Response: $response"

echo "::debug::Parsing the response from: $request_url"

Expand Down

0 comments on commit 02dd049

Please sign in to comment.