mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-13 15:45:23 +01:00
Force a different DNS resolver
This commit is contained in:
parent
17d1af2275
commit
e5c6667fb0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/update-data.yml
vendored
3
.github/workflows/update-data.yml
vendored
|
@ -20,6 +20,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue