Compare commits

...

1 Commits
1.7 ... 1.8

Author SHA1 Message Date
da6f636c5f test 2023-11-19 14:43:51 +01:00

View File

@@ -22,12 +22,8 @@ jobs:
- name: Install nodejs and dnsutils (dig)for github action
run: |
<<<<<<< HEAD
apt-get update
apt-get -y install nodejs dnsutils
=======
apt-get -y install nodejs
>>>>>>> 9b6976d7582d7d097f31af36c02e562ef82ea903
- name: Git clone private repo
uses: actions/checkout@v4