diff --git a/.github/workflows/week.yml b/.github/workflows/week.yml index c5a19a0..064f765 100644 --- a/.github/workflows/week.yml +++ b/.github/workflows/week.yml @@ -26,6 +26,6 @@ jobs: git config user.email "action@github.com" git config user.name "GitHub Action" git add docs/index.html - git commit -m 'Update build' - git push origin master + git commit -m "$(date +"%F")" + git push origin main