From 003c99124db50a793c87c949a04d610e69266a29 Mon Sep 17 00:00:00 2001 From: Sven Nolting Date: Wed, 27 Oct 2021 22:00:52 +0200 Subject: [PATCH] ci: change default author --- .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 32137c875..6430c5798 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -22,6 +22,6 @@ jobs: uses: EndBug/add-and-commit@v7.4.0 id: commit_step with: - default_author: github_actions + default_author: github_actor message: 'build(gh-action): compiled & minified files' add: "webroot/css webroot/js"