This commit is contained in:
2023-11-19 14:42:41 +01:00

View File

@@ -22,8 +22,12 @@ 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