From e420b60efcdbc972273b41161404746f83a67029 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Wed, 21 Jun 2023 22:51:42 +0200 Subject: [PATCH] chore: test ci --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7b1b231..d5d83ba1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,10 +41,12 @@ jobs: done - name: Commit and push changes - run: | - git config --local user.email "github-actions@users.noreply.github.com" - git config --local user.name "github-actions[bot]" - git add . && git commit -m "Update app version [ready]" --no-verify && git push || echo "No changes to commit" + uses: EndBug/add-and-commit@v9 + with: + author_name: Tipi CI + author_email: ci@runtipi.io + message: "Update app version [ready]" + commit: --no-verify ci: needs: update-config