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

This commit is contained in:
Adrien Bourmault 2024-08-20 16:46:54 +02:00
parent baa2c7b9ca
commit a1e13d267c
Signed by: neox
GPG Key ID: 57BC26A3687116F6
1 changed files with 1 additions and 1 deletions

View File

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