diff options
-rw-r--r-- | .github/workflows/pom.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: | |||
24 | - name: Commit changes | 24 | - name: Commit changes |
25 | uses: stefanzweifel/git-auto-commit-action@v4 | 25 | uses: stefanzweifel/git-auto-commit-action@v4 |
26 | with: | 26 | with: |
27 | commit_user_name: GitHub POM Action | ||
28 | commit_user_email: "gh-pom@github.com" | ||
27 | commit_message: "⬆ Update POM dependences" | 29 | commit_message: "⬆ Update POM dependences" |
28 | commit_options: '--no-verify --signoff' | 30 | commit_options: '--no-verify --signoff' |
29 | file_pattern: pom.xml | 31 | file_pattern: pom.xml |