add checkout step
Some checks failed
Deploy zones / Deploy-Zones (push) Failing after 47s

This commit is contained in:
Hannaeko 2023-05-28 12:40:21 +02:00
parent 02b4b0893f
commit 359bff2647

View file

@ -7,6 +7,8 @@ jobs:
steps:
- name: Install dependencies
run: apt-get update && apt-get install -y knot-dnsutils ssh-client
- name: Check out repository code
uses: actions/checkout@v3
- name: Build catalog zone
run: |
for zonefile in zones/*; do