.forgejo/workflows/ci.yaml: clean up
DNS automated deployment / deploy (push) Successful in 1s Details

This commit is contained in:
Adrien Bourmault 2024-08-20 19:56:54 +02:00
parent b457c637b9
commit 5a5bbb7c22
Signed by: neox
GPG Key ID: 57BC26A3687116F6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
git diff $LAST_RUN ${{ env.GITHUB_SHA }} > zone_diff.txt
echo "${{ secrets.TSIG_KEY }}" | base64 -d > temp_keyfile
while IFS= read -r line; do
echo "* line: $line"
#echo "* line: $line"
case "$line" in
"--- "*".zone")
NAME=$(echo "$line" .zone | sed 's/--- //' | sed 's|a/||')