.forgejo/workflows/ci.yaml: WIP
/ deploy_script (push) Successful in 0s Details

This commit is contained in:
Adrien Bourmault 2024-08-20 16:51:32 +02:00
parent 3b5d7032b6
commit b12671fc3e
Signed by: neox
GPG Key ID: 57BC26A3687116F6
1 changed files with 4 additions and 2 deletions

View File

@ -9,8 +9,10 @@ jobs:
steps:
- name: Apply zone changes
shell: bash
run: -| echo "Preparing to update ${{ vars.DNS_SERVER }}..."
echo "Finished."
run: |
echo "Preparing to update ${{ vars.DNS_SERVER }}..."
echo "Finished."
# run: git diff HEAD^ HEAD > zone_diff.txt
# while IFS= read -r line; do
# case "$line" in