From 780bae6cad56ea814356fe7df018ad895b434194 Mon Sep 17 00:00:00 2001 From: Norbert Joni Date: Fri, 30 Jun 2023 20:58:02 +0200 Subject: [PATCH] Update auto_update_github_action.yml Co-authored-by: mrrfv --- auto_update_github_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_update_github_action.yml b/auto_update_github_action.yml index 5958d00..c86cc77 100644 --- a/auto_update_github_action.yml +++ b/auto_update_github_action.yml @@ -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 }}"