Skip to content

Commit

Permalink
ci: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ferferga authored Oct 14, 2024
1 parent a47a7d5 commit 6c4edb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/__job_messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
uses: thollander/[email protected]
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 }}

0 comments on commit 6c4edb8

Please sign in to comment.