Fix comment tag syntax in PR validation workflow for consistency in comment handling.
This commit is contained in:
parent
1eaa920e9f
commit
dc2d29272e
|
|
@ -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
|
||||
Loading…
Reference in New Issue