From 550d638c3358b4094b16036c7c52b6b947816f37 Mon Sep 17 00:00:00 2001 From: piotradamczyk5 <65554637+piotradamczyk5@users.noreply.github.com> Date: Fri, 25 Sep 2020 17:15:28 +0200 Subject: [PATCH] Change push action --- .github/workflows/macos_workflow.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos_workflow.yml b/.github/workflows/macos_workflow.yml index ed4be69857..ec925bc78a 100644 --- a/.github/workflows/macos_workflow.yml +++ b/.github/workflows/macos_workflow.yml @@ -35,10 +35,9 @@ jobs: with: arguments: "clean build" - - uses: actions-go/push@master + - uses: stefanzweifel/git-auto-commit-action@v4 with: - commit-message: '[Auto-commit] Added Detekt auto solve changes' - remote: origin + commit_message: "[Auto-commit] Added filese fixed by Detekt" - name: Codecov uses: codecov/codecov-action@v1.0.7