lala
This commit is contained in:
@@ -22,8 +22,12 @@ 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