Skip to content

Commit

Permalink
ci: fixed typo s/<detail>/<details>/g
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 2, 2023
1 parent 87451cd commit 77a89d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ jobs:
Triggered by: $COMMENT_URL
Run: $RUN_URL
<detail>
<details>
<summary>Log</summary>
<pre>$(cat log.txt)</pre>
</detail>"
</details>"
git config user.name "gptme-bot"
git config user.email "[email protected]"
Expand Down Expand Up @@ -210,9 +210,9 @@ jobs:
MESSAGE="I'm sorry, I could not fulfill your request. Please check the [log of this run]($RUN_URL) for more information."
if [[ -f log.txt ]]; then
MESSAGE+="
<detail>
<details>
<summary>Conversation log</summary>
<pre>$(cat log.txt)</pre>
</detail>"
</details>"
fi
echo "$MESSAGE" | gh issue comment $ISSUE_NUMBER -R $USER_NAME/$REPO_NAME --body-file=-

0 comments on commit 77a89d1

Please sign in to comment.