We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a1177 commit 6ccbc19Copy full SHA for 6ccbc19
1 file changed
.github/workflows/pr-comment.yml
@@ -64,7 +64,7 @@ jobs:
64
steps:
65
- name: Validate inputs
66
run: |
67
- if [[ "${{ env.TARGET }}" !~ /github.com\/go-openapi/ ]] ; then
+ if ! [[ "${{ env.TARGET }}" =~ "github.com\/go-openapi" ]] ; then
68
echo "This workflow only applies to target repos in github.com/go-openapi."
69
exit 1
70
fi
0 commit comments