From 1aea7caee0305b27600866d786765856b5d1ebc0 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 27 Jun 2023 12:48:54 +0200 Subject: [PATCH] Update compile.yml --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 1533333..907a148 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -40,5 +40,5 @@ jobs: git config user.email "action@github.com" git config user.name "GitHub Action" git add themes/light.css themes/dark.css - git commit am "updated on - $(date)" + git commit -m "updated on - $(date)" git push origin main