Skip to content

Commit 717555f

Browse files
committed
Add logger for sleep command
1 parent a160b19 commit 717555f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wp-versions-data-fetcher.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
echo "::error::Failed to fetch WP versions from $WP_ORG_API_URL after $MAX_RETRIES attempts"
7272
exit 1
7373
fi
74+
echo "Retrying in $BACKOFF seconds"
7475
sleep $BACKOFF
7576
BACKOFF=$((BACKOFF * 2))
7677
done

0 commit comments

Comments
 (0)