We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e962932 commit ba3557bCopy full SHA for ba3557b
.github/workflows/deploy.yml
@@ -54,4 +54,4 @@ jobs:
54
- name: Health Check
55
run: |
56
sleep 20
57
- curl -f https://vulnbank.org || (echo "❌ Health check failed" && exit 1)
+ curl -f https://vulnbank.org || (echo "Health check failed" && exit 1)
0 commit comments