Correct file path syntax in PR validation workflow for consistency in configuration.
This commit is contained in:
parent
dc2d29272e
commit
8eabd6bed4
|
|
@ -59,6 +59,6 @@ jobs:
|
||||||
- name: Comment PR
|
- name: Comment PR
|
||||||
uses: thollander/actions-comment-pull-request@v3
|
uses: thollander/actions-comment-pull-request@v3
|
||||||
with:
|
with:
|
||||||
filePath: ./comment-markup.md
|
file-path: ./comment-markup.md
|
||||||
comment-tag: validate
|
comment-tag: validate
|
||||||
mode: recreate
|
mode: recreate
|
||||||
Loading…
Reference in New Issue