Skip to content

Commit

Permalink
fix(github-action): get date value
Browse files Browse the repository at this point in the history
  • Loading branch information
litingyes authored Nov 26, 2024
1 parent 882d192 commit ecbd556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crawler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
git config --global user.email "luz.liting@gmail.com"
git config --global user.name "litingyes"
git add .
git commit -m "chore(github-actions): update data at $(date +'%Y-%m-%d)"
git commit -m "chore(github-actions): update data at $(date +'%Y-%m-%d')"
git push origin main

0 comments on commit ecbd556

Please sign in to comment.