Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da6f636c5f |
@@ -22,12 +22,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install nodejs and dnsutils (dig)for github action
|
- name: Install nodejs and dnsutils (dig)for github action
|
||||||
run: |
|
run: |
|
||||||
<<<<<<< HEAD
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -y install nodejs dnsutils
|
apt-get -y install nodejs dnsutils
|
||||||
=======
|
|
||||||
apt-get -y install nodejs
|
|
||||||
>>>>>>> 9b6976d7582d7d097f31af36c02e562ef82ea903
|
|
||||||
|
|
||||||
- name: Git clone private repo
|
- name: Git clone private repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user