From 813dc6dab54d769c5db5fc6a9d63e03cd1190413 Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Tue, 4 Feb 2025 14:06:54 +0100 Subject: [PATCH] Update docs_bot.yml --- .github/workflows/docs_bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs_bot.yml b/.github/workflows/docs_bot.yml index b48b426de..4c4ec9db0 100644 --- a/.github/workflows/docs_bot.yml +++ b/.github/workflows/docs_bot.yml @@ -16,7 +16,7 @@ jobs: 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 @$USER! Be aware that the following suggestions are generated by a bot." + DOCS_BOT_PREFIX_OUT_MSG: "Hi @${{ github.event.issue.user.login }}! Be aware that the following suggestions are generated by a bot." dump: runs-on: ubuntu-latest