We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ecd6d commit d7c90bfCopy full SHA for d7c90bf
.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