Skip to content

Commit

Permalink
Update Wiki-Backup.yml
Browse files Browse the repository at this point in the history
Fixed name again
  • Loading branch information
M1XZG authored Dec 13, 2023
1 parent a8fa224 commit a68400a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Wiki-Backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Get current date
id: date
# Week number and year
run: echo "::set-output name=date::$(date +wk%Y-%U)"
run: echo "::set-output name=date::$(date +%Y-wk%U)"
- name: Backup wiki
uses: Mine02C4/auto_backup_wiki_action@v1
with:
Expand Down

0 comments on commit a68400a

Please # to comment.