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

This commit is contained in:
Adrien Bourmault 2024-08-20 17:22:59 +02:00
parent d200c1097c
commit 1246310e98
Signed by: neox
GPG Key ID: 57BC26A3687116F6
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
shell: bash
run: |
echo "Preparing to update ${{ vars.DNS_SERVER }}..."
echo $(ls -lta .)
echo $(pwd)
# git diff HEAD^ HEAD > zone_diff.txt
# while IFS= read -r line; do
# case "$line" in