Skip to content

Commit

Permalink
Update createGuide.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hadar-co authored Nov 13, 2024
1 parent b6e34fe commit 92b7d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/createGuide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
-H "OpenAI-Beta: assistants=v2")
ASSISTANT_MESSAGE=$(echo "$MESSAGES" | jq -r '.data[] | select(.role=="assistant") | .content')
echo "Assistant's Response:\n$ASSISTANT_MESSAGE"
echo "$ASSISTANT_MESSAGE" > guide.md
echo "$ASSISTANT_MESSAGE" | jq --slurp '.[0].[].text.value' > guide.md
shell: bash

# - name: Configure Git
Expand Down

0 comments on commit 92b7d07

Please sign in to comment.