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.
2 parents ddcaf5b + 1ad5f19 commit d6f0a87Copy full SHA for d6f0a87
.github/workflows/validate_json.yml
@@ -31,7 +31,6 @@ jobs:
31
unreachable_urls=() # 初始化一个数组用于记录不可访问的 URL
32
33
for repo in $repos; do
34
- if curl --output /dev/null --silent --head --fail "$repo"; then
35
sleep 1
36
if curl --output /dev/null --silent --head --fail --retry 3 "$repo"; then
37
echo "Repository $repo is accessible."
0 commit comments