Skip to content

Commit

Permalink
Update backup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgz0227 authored May 3, 2024
1 parent e09a622 commit e55d72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
git checkout -b backup || git checkout backup
mkdir -p backups
mv ../main_backup_$datetime.tar.gz backups/
mv main_backup_$datetime.tar.gz backups/
git add -A
git commit -m "Auto backup main branch code"
git push origin backup
Expand Down

0 comments on commit e55d72a

Please sign in to comment.