Update auto_update_github_action.yml

Co-authored-by: mrrfv <rm-rfv-no-preserve-root@protonmail.com>
This commit is contained in:
Norbert Joni
2023-06-30 20:58:02 +02:00
committed by GitHub
co-authored by mrrfv
parent b697683828
commit 780bae6cad
+1 -1
View File
@@ -63,4 +63,4 @@ jobs:
env:
PING_URL: ${{ secrets.PING_URL }}
run: |
node -e "var https=require('https');https.get('${{ env.PING_URL }}').on('error',err=>console.log('Ping failed: '+err));"
curl "${{ env.PING_URL }}"