.forgejo/workflows/ci.yaml: correcting error
/ deploy_script (push) Successful in 2s
Details
/ deploy_script (push) Successful in 2s
Details
This commit is contained in:
parent
619102c53b
commit
cf8db7fbf0
|
@ -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 New Issue