Fix comment tag syntax in PR validation workflow for consistency in comment handling.

This commit is contained in:
codecalm 2025-12-23 00:41:47 +01:00
parent 1eaa920e9f
commit dc2d29272e
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
id: add-in-progress-comment
uses: thollander/actions-comment-pull-request@v3
with:
comment_tag: validate
comment-tag: validate
mode: upsert
message: |
🔄 Icons are being validated... Please wait...
@ -60,5 +60,5 @@ jobs:
uses: thollander/actions-comment-pull-request@v3
with:
filePath: ./comment-markup.md
comment_tag: validate
comment-tag: validate
mode: recreate