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 }}"