.forgejo/workflows/ci.yaml: correcting error
All checks were successful
/ deploy_script (push) Successful in 2s

This commit is contained in:
Adrien Bourmault 2024-08-20 18:07:37 +02:00
parent 619102c53b
commit cf8db7fbf0
Signed by: neox
GPG key ID: 57BC26A3687116F6

View file

@ -15,7 +15,7 @@ jobs:
git clone ${{ gitea.server_url }}/${{ gitea.repository }} dns
cd dns
git diff HEAD^ HEAD > zone_diff.txt
echo "${{ secrets.TSIG_KEY }}" > temp_keyfile
echo "${{ secrets.TSIG_KEY }}" | base64 -d > temp_keyfile
while IFS= read -r line; do
case "$line" in
"--- "*".zone")