From 190110131cde074c2f24659a8275cca79b9e0ea8 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 6 Jul 2021 17:57:21 +0200 Subject: [PATCH] Update week.yml --- .github/workflows/week.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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