Skip to content

Commit 12ee3b6

Browse files
committed
fix: mise a jour softprops/action-gh-release@v1 -> @v2
1 parent a6f3059 commit 12ee3b6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/backup.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,14 @@ jobs:
2929
# Copie du site en excluant .git et anciens backups
3030
rsync -av --exclude='.git' --exclude='backup-*' ./ "$BACKUP_DIR/"
3131
32-
# Archive compressée
32+
# Archive compressee
3333
tar -czf "$BACKUP_DIR.tar.gz" "$BACKUP_DIR"
3434
3535
echo "Backup created: $BACKUP_DIR.tar.gz"
3636
ls -lh "$BACKUP_DIR.tar.gz"
3737
38-
# ⚠️ Plus de commit/push des .tar.gz dans 'backups'
39-
4038
- name: Create GitHub Release with backup
41-
uses: softprops/action-gh-release@v1
39+
uses: softprops/action-gh-release@v2
4240
with:
4341
tag_name: backup-${{ github.run_number }}
4442
name: Weekly Backup - ${{ github.run_number }}

0 commit comments

Comments
 (0)