From f3833a142bca1fa2ac55ce0bd7f2e085ac2606ad Mon Sep 17 00:00:00 2001 From: Neretin Artem Date: Mon, 18 Nov 2024 14:55:18 +0500 Subject: [PATCH] ci: Another fix generate-icons workflow [skip ci] --- .github/workflows/generate-icons.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/generate-icons.yml b/.github/workflows/generate-icons.yml index 20f17145..ff777129 100644 --- a/.github/workflows/generate-icons.yml +++ b/.github/workflows/generate-icons.yml @@ -79,6 +79,8 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} run: | PLASMA_VER=${{ github.event.client_payload.version || github.event.inputs.plasma-version }} + git config --local user.email "salutedevs@gmail.com" + git config --local user.name "Salute Android Team" git add ./packages/plasma-icons/ git commit -m "feat(plasma-icons): New icons were added from plasma v$PLASMA_VER" git push --set-upstream origin release/plasma-icons-$PLASMA_VER