We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21008f commit 4663b1cCopy full SHA for 4663b1c
1 file changed
.github/workflows/pr-comment.yml
@@ -68,8 +68,8 @@ jobs:
68
echo "This workflow only applies to target repos in github.com/go-openapi."
69
exit 1
70
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"
+ if [[ "${{ inputs.artifact_name }}" != "markdown_comment.txt" && "${{ inputs.artifact_name }}" != "spellcheck_comment.txt" ]] ; then
+ echo "This workflow only applies to artifacts named markdown_comment.txt or spellcheck_comment.txt"
73
74
75
0 commit comments