diff --git a/.github/workflows/createGuide.yml b/.github/workflows/createGuide.yml index ddcd13a..4e066b3 100644 --- a/.github/workflows/createGuide.yml +++ b/.github/workflows/createGuide.yml @@ -61,6 +61,7 @@ jobs: \"assistant_id\": \"${{ env.ASSISTANT_ID }}\", \"instructions\": \"Please assist with the provided title and description.\" }") + echo "Run Response: $RUN_RESPONSE" RUN_ID=$(echo "$RUN_RESPONSE" | jq -r '.id') echo "RUN_ID=$RUN_ID" >> $GITHUB_ENV shell: bash