Skip to content

Commit d6f0a87

Browse files
authored
Merge pull request #129 from zouyonghe/main
移除漏删代码
2 parents ddcaf5b + 1ad5f19 commit d6f0a87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/validate_json.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
unreachable_urls=() # 初始化一个数组用于记录不可访问的 URL
3232
3333
for repo in $repos; do
34-
if curl --output /dev/null --silent --head --fail "$repo"; then
3534
sleep 1
3635
if curl --output /dev/null --silent --head --fail --retry 3 "$repo"; then
3736
echo "Repository $repo is accessible."

0 commit comments

Comments
 (0)