Skip to content

Commit

Permalink
Remove DNS debug info from runner
Browse files Browse the repository at this point in the history
  • Loading branch information
notherealmarco authored Jan 17, 2025
1 parent e5c6667 commit eda56d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:

- name: Configure custom DNS resolver
run: echo "nameserver 1.1.1.1" | sudo tee /etc/resolv.conf

- name: Call webhook # debug
run: dig portainer.srv.mrlc.cc

- name: Call webhook
run: curl -X POST ${{secrets.DEPLOY_WEBHOOK}}

0 comments on commit eda56d9

Please sign in to comment.