Compare commits

..

3 Commits
1.6 ... 1.8

Author SHA1 Message Date
da6f636c5f test 2023-11-19 14:43:51 +01:00
07596178fc lala 2023-11-19 14:42:41 +01:00
f9c335b5a7 azaz 2023-11-19 14:40:55 +01:00

View File

@@ -20,9 +20,10 @@ jobs:
- name: Print version and repository - name: Print version and repository
run: echo "Runner working on repository ${{ gitea.repository }} and on tag ${{ gitea.ref_name }}" 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: | run: |
apt-get -y install nodejs apt-get update
apt-get -y install nodejs dnsutils
- name: Git clone private repo - name: Git clone private repo
uses: actions/checkout@v4 uses: actions/checkout@v4