From 45c7bfbf7b8d1c2963c736c09eda1997d982f813 Mon Sep 17 00:00:00 2001 From: amacado Date: Sun, 6 Sep 2020 14:27:31 +0200 Subject: [PATCH] remove branch from action --- .github/workflows/build_icons.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_icons.yml b/.github/workflows/build_icons.yml index badcb69e..1b77aca4 100644 --- a/.github/workflows/build_icons.yml +++ b/.github/workflows/build_icons.yml @@ -34,5 +34,4 @@ jobs: - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: Built new icons, icomoon.json and devicon.css - branch: build-integrate + commit_message: Build new icons, icomoon.json and devicon.css