sync
This commit is contained in:
2
.github/workflows/backup.yml
vendored
2
.github/workflows/backup.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
- name: Check for changes
|
||||
id: check_changes
|
||||
run: |
|
||||
git add nomad_backup/ consul_backup/
|
||||
git add nomad_backup/* consul_backup/*
|
||||
if git diff --staged --quiet; then
|
||||
echo "changes=false" >> $GITHUB_OUTPUT
|
||||
echo "No changes to commit"
|
||||
|
||||
Reference in New Issue
Block a user