Skip to content

Commit

Permalink
Update docs_bot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dobairoland authored Feb 5, 2025
1 parent 683512c commit 39540b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
steps:
- name: Docs bot action
uses: espressif/docs-bot-action@master
with:
in_msg: ${{ github.event.issue.body }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_ISSUE_NUMBER: ${{ github.event.issue.number }}
DOCS_BOT_IN_MSG: ${{ github.event.issue.body }}
DOCS_BOT_PREFIX_OUT_MSG: "Hi @${{ github.event.issue.user.login }}!\nBe aware that the following suggestions are generated by a bot."

dump:
Expand Down

0 comments on commit 39540b5

Please sign in to comment.