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

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

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/||')