Skip to content

Commit 2d0eea9

Browse files
authored
quick fix (opea-project#894)
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent f1594cb commit 2d0eea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-dockerfile-path-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)