From 810e3f2dd2b5e7a2bdb4d5e491fb8a3703c5e0ab Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 15 Oct 2024 16:53:40 -0400 Subject: [PATCH] Update comment action variable names --- .github/workflows/__job_messages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/__job_messages.yml b/.github/workflows/__job_messages.yml index c61bae4c67..a77a011827 100644 --- a/.github/workflows/__job_messages.yml +++ b/.github/workflows/__job_messages.yml @@ -60,6 +60,6 @@ jobs: uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9 # v3.0.0 if: ${{ inputs.comment && steps.compose.conclusion == 'success' }} with: - GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }} + github-token: ${{ secrets.JF_BOT_TOKEN }} message: ${{ env.msg }} - comment_tag: ${{ inputs.marker }} + comment-tag: ${{ inputs.marker }}