.forgejo/workflows/ci.yaml: correcting error
All checks were successful
/ deploy_script (push) Successful in 2s
All checks were successful
/ deploy_script (push) Successful in 2s
This commit is contained in:
parent
619102c53b
commit
cf8db7fbf0
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue