diff --git a/.github/workflows/docs_bot.yml b/.github/workflows/docs_bot.yml index 6addf3a14..b4492994e 100644 --- a/.github/workflows/docs_bot.yml +++ b/.github/workflows/docs_bot.yml @@ -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: