This commit is contained in:
2023-11-19 14:43:51 +01:00
parent 07596178fc
commit da6f636c5f

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