This commit is contained in:
2025-11-22 09:27:58 -08:00
parent 0c06324882
commit fec776b0bf
3 changed files with 95 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ jobs:
CONSUL_HTTP_ADDR: ${{ secrets.CONSUL_HTTP_ADDR }}
CONSUL_HTTP_TOKEN: ${{ secrets.CONSUL_HTTP_TOKEN }}
run: |
python consul_backup.py --output consul_backup
python consul_backup.py --output consul_backup || echo "Consul backup completed with warnings (empty KV store or other non-critical issue)"
- name: Check for changes
id: check_changes