This commit is contained in:
Osman Faruk Bayram 2025-09-17 13:18:16 +03:00
parent 10d41e635d
commit d47e9c7817

View file

@ -54,8 +54,10 @@ jobs:
id: check_attic
run: |
if curl --connect-timeout 20 --silent --head http://wallfacer.curl-boga.ts.net:7080 | grep "200 OK"; then
echo "Attic endpoint is reachable"
echo "reachable=true" >> $GITHUB_OUTPUT
else
echo "Attic endpoint is not reachable"
echo "reachable=false" >> $GITHUB_OUTPUT
fi