We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccbc19 commit d639cebCopy full SHA for d639ceb
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 }}" =~ "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