From 6f0cec82e7d3c0d54e804218cf4b7cfea96d6929 Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Tue, 06 Oct 2020 15:05:56 +0000
Subject: [PATCH] try temp workaround

---
 .github/workflows/ci.yaml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 1bb0aed..d0b59ff 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -25,6 +25,8 @@
         cp -a layouts compose/layouts
         cp -a static compose/static
         cp theme.toml compose/theme.toml
+        git config --local user.email "action@github.com"
+        git config --local user.name "GitHub Action"
         git add compose
         commit_message=$(git commit -m "duplicate temp." -a | tr -d '\n' || true)
         echo "::set-output name=commit_message::$commit_message"

--
Gitblit v1.10.0