File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186186 for url_line in $url_lines; do
187187 url=$(echo "$url_line"|cut -d '(' -f2 | cut -d ')' -f1|sed 's/\.git$//')
188188 path=$(echo "$url_line"|cut -d':' -f1 | cut -d'/' -f2-)
189- if [[ "https://platform.openai.com/docs/api-reference/fine-tuning" == "$url" || "https://platform.openai.com/docs/api-reference/" == "$url" || "https://openai.com/index/whisper/" == "$url" || "https://platform.openai.com/docs/api-reference/chat/create" == "$url" ]]; then
189+ if [[ "https://platform.openai.com/docs/api-reference/fine-tuning" == "$url" || "https://platform.openai.com/docs/api-reference/" == "$url" || "https://www.docker.com/get-started" == "$url" || "https:// openai.com/index/whisper/" == "$url" || "https://platform.openai.com/docs/api-reference/chat/create" == "$url" ]]; then
190190 echo "Link "$url" from ${{github.workspace}}/$path need to be verified by a real person."
191191 else
192192 response=$(curl -L -s -o /dev/null -w "%{http_code}" "$url")
You can’t perform that action at this time.
0 commit comments