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 7e7b8ab commit fc87ef3Copy full SHA for fc87ef3
.github/workflows/pr-path-detection.yml
@@ -107,7 +107,7 @@ jobs:
107
real_path=$(realpath $check_path)
108
if [[ "$png_line" == *#* ]]; then
109
if [ -n "changed_files" ] && echo "$changed_files" | grep -q "^${refer_path}$"; then
110
- url_dev=$branch$(echo "$real_path" | sed 's|.*/GenAIComps||')$png_path
+ url_dev=$branch$(echo "$real_path" | sed 's|.*/GenAIInfra||')$png_path
111
response=$(curl -I -L -s -o /dev/null -w "%{http_code}" "$url_dev")
112
if [ "$response" -ne 200 ]; then
113
echo "**********Validation failed, try again**********"
0 commit comments