.forgejo/workflows/ci.yaml: WIP
This commit is contained in:
parent
a1e13d267c
commit
82cecc086e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue