Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 07596178fc | |||
| f9c335b5a7 | |||
| 9b6976d758 |
@@ -20,9 +20,14 @@ jobs:
|
||||
- name: Print version and repository
|
||||
run: echo "Runner working on repository ${{ gitea.repository }} and on tag ${{ gitea.ref_name }}"
|
||||
|
||||
- name: Install nodejs for github action
|
||||
- name: Install nodejs and dnsutils (dig)for github action
|
||||
run: |
|
||||
apt-get -y install node
|
||||
<<<<<<< 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
|
||||
|
||||
Reference in New Issue
Block a user