From b8309c7181d46dc3b66923e8dc415b9b7ce990d1 Mon Sep 17 00:00:00 2001 From: skifli <121291719+skifli@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:45:45 +0000 Subject: [PATCH] fix: action? --- .github/workflows/minifier.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/minifier.yml b/.github/workflows/minifier.yml index 4bc78b2..ea46b4b 100644 --- a/.github/workflows/minifier.yml +++ b/.github/workflows/minifier.yml @@ -28,3 +28,8 @@ jobs: create_branch: true commit_message: Apply minifications push_options: "--force" + + commit_user_name: skifli # defaults to "github-actions[bot]" + commit_user_email: 121291719+skifli@users.noreply.github.com # defaults to "41898282+github-actions[bot]@users.noreply.github.com" + commit_author: Author # defaults to "username ", where "username" belongs to the author of the commit that triggered the run +