From 784d4169a38c5d1f6880e4cc1906f8e0f08dce98 Mon Sep 17 00:00:00 2001 From: Bojan Date: Thu, 28 Nov 2019 20:29:27 -0400 Subject: [PATCH] Update commit message for website github action --- .github/workflows/website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index a60e0b61..fb89edb3 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -41,7 +41,7 @@ jobs: - name: Commit to repository env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - COMMIT_MSG: Update webpage + COMMIT_MSG: Update website run: | git config user.email "dbojan@gmail.com" git config user.name "Bojan"