.forgejo/workflows/ci.yaml: correcting error
/ deploy_script (push) Successful in 2s Details

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
1 changed files with 1 additions and 1 deletions

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")