mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update comment action variable names
This commit is contained in:
parent
1bcdd71a26
commit
810e3f2dd2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/__job_messages.yml
vendored
4
.github/workflows/__job_messages.yml
vendored
|
@ -60,6 +60,6 @@ jobs:
|
||||||
uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9 # v3.0.0
|
uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9 # v3.0.0
|
||||||
if: ${{ inputs.comment && steps.compose.conclusion == 'success' }}
|
if: ${{ inputs.comment && steps.compose.conclusion == 'success' }}
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }}
|
github-token: ${{ secrets.JF_BOT_TOKEN }}
|
||||||
message: ${{ env.msg }}
|
message: ${{ env.msg }}
|
||||||
comment_tag: ${{ inputs.marker }}
|
comment-tag: ${{ inputs.marker }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue