.forgejo/workflows/ci.yaml: WIP
DNS automated deployment / deploy (push) Failing after 1s
Details
DNS automated deployment / deploy (push) Failing after 1s
Details
This commit is contained in:
parent
c2462770d0
commit
67bf4e7630
|
@ -19,6 +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"
|
||||
case "$line" in
|
||||
"--- "*".zone")
|
||||
NAME=$(echo "$line" .zone | sed 's/--- //' | sed 's|a/||')
|
||||
|
|
Loading…
Reference in New Issue