Skip to content

Commit 4663b1c

Browse files
committed
tested ok: now fix artifact name in check
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent f21008f commit 4663b1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
echo "This workflow only applies to target repos in github.com/go-openapi."
6969
exit 1
7070
fi
71-
if [[ "${{ inputs.artifact_name }}" != "markdown_comment.txt" && "${{ inputs.artifact_name }}" != "spelling_comment.txt" ]] ; then
72-
echo "This workflow only applies to artifacts named markdown_comment.txt or spelling_comment.txt"
71+
if [[ "${{ inputs.artifact_name }}" != "markdown_comment.txt" && "${{ inputs.artifact_name }}" != "spellcheck_comment.txt" ]] ; then
72+
echo "This workflow only applies to artifacts named markdown_comment.txt or spellcheck_comment.txt"
7373
exit 1
7474
fi
7575

0 commit comments

Comments
 (0)