From b61dedb7677b92a87adaf585c56f8cff2e5ac777 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Fri, 22 Oct 2021 19:42:03 +0100 Subject: Update POM action with custom credentials --- .github/workflows/pom.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pom.yml b/.github/workflows/pom.yml index 5ef533b..60b7411 100644 --- a/.github/workflows/pom.yml +++ b/.github/workflows/pom.yml @@ -24,6 +24,8 @@ jobs: - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4 with: + commit_user_name: GitHub POM Action + commit_user_email: "gh-pom@github.com" commit_message: "⬆ Update POM dependences" commit_options: '--no-verify --signoff' file_pattern: pom.xml -- cgit v1.2.3