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 3d5da91 commit 4bfe4f6
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 @@ -72,6 +72,8 @@ jobs:
RESPONSE=$(curl -s -H "Authorization: token $PAT" \
"https://api.github.com/repos/chintankavathia/siemens-datatable/actions/runs?branch=main&status=in_progress")
echo "Raw API Response: $RESPONSE"
RUN_ID=$(echo $RESPONSE | jq -r '.workflow_runs[0].id')
STATUS=$(echo $RESPONSE | jq -r '.workflow_runs[0].status')
done
Expand Down

0 comments on commit 4bfe4f6

Please sign in to comment.