diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 32bab80..7cc7d33 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -19,5 +19,9 @@ jobs: update-data: runs-on: ubuntu-latest steps: + + - name: Call webhook # debug + run: dig portainer.srv.mrlc.cc + - name: Call webhook - run: curl -X POST ${{secrets.DEPLOY_WEBHOOK}} \ No newline at end of file + run: curl -X POST ${{secrets.DEPLOY_WEBHOOK}}