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 8a8b363 commit a3f48e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: backup
path: backup/main_backup_$(date +"%Y%m%d").tar.gz
path: backup/main_backup_$(bash -c 'echo $(date +"%Y%m%d").tar.gz')

- name: Set up Git
run: |
git config --local user.email "[email protected]"
git config --local user.name "mgz0227"

0 comments on commit a3f48e7

Please sign in to comment.