Skip to content

Commit 430154e

Browse files
committed
echo status
1 parent 213a5d1 commit 430154e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-canary.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
3131
while true; do
3232
STATUS=$(curl -i -s -o /dev/null -w "%{http_code}" "$MAVEN_URL")
33+
echo "Status: $STATUS"
34+
3335
if [[ "$STATUS" == "200" ]]; then
3436
echo "Artifact is available at $MAVEN_URL"
3537
exit 0

0 commit comments

Comments
 (0)