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 25, 2024
1 parent 08f75e9 commit b08af4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
T_RUN_ID=$(echo $RESPONSE | jq -r '.workflow_runs[0].id')
STATUS=$(echo $RESPONSE | jq -r '.workflow_runs[0].status')
if [ "$T_RUN_ID" !== null ]; then
if [ "$T_RUN_ID" != null ]; then
RUN_ID=$T_RUN_ID
fi
done
Expand Down

0 comments on commit b08af4f

Please sign in to comment.