Skip to content

Commit

Permalink
chore: echo debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chintankavathia committed Nov 22, 2024
1 parent d45bf2b commit 179029f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
while [ "$STATUS" = "in_progress" ] || [ "$STATUS" = "queued" ]; do
sleep $CHECK_INTERVAL
echo "Polling for workflow status...$STATUS"
# Fetch latest workflow runs for Repository B
RESPONSE=$(curl -s -H "Authorization: token $PAT" \
"https://api.github.com/repos/chintankavathia/siemens-datatable/actions/runs?branch=main&status=in_progress")
Expand Down

0 comments on commit 179029f

Please sign in to comment.