Skip to content

Commit

Permalink
if its double quotes im ognna flip a table
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Maj committed Nov 27, 2024
1 parent 8eb06b8 commit a145c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
-u "${CCI_PAT}:" \
--data "{\"branch\":\"main\",\"parameters\":{\"deno_sdk_import_url\":\"${IMPORT_URL}\"}}")
echo $TEST_PAYLOAD;
TEST_JOB_WORKFLOW_ID=$(echo $TEST_PAYLOAD | jq '.id');
TEST_JOB_WORKFLOW_ID=$(echo $TEST_PAYLOAD | jq --raw-output '.id');
if [ $TEST_JOB_WORKFLOW_ID = "null" ]; then
echo "Problem extracting job ID from invocation API call! Aborting!";
exit 1;
Expand Down

0 comments on commit a145c90

Please sign in to comment.