This is an automated email from the ASF dual-hosted git repository.

matrei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/grails-plugins-metadata.git


The following commit(s) were added to refs/heads/main by this push:
     new 63e593d  ci: try to change back to `grails-build` author (#141)
63e593d is described below

commit 63e593d47d104db8173582c9dc095841bfc01b45
Author: Mattias Reichel <[email protected]>
AuthorDate: Mon Apr 14 11:48:06 2025 +0200

    ci: try to change back to `grails-build` author (#141)
---
 .github/workflows/syncVersion.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/syncVersion.yml 
b/.github/workflows/syncVersion.yml
index bb3f7a4..39d13cd 100644
--- a/.github/workflows/syncVersion.yml
+++ b/.github/workflows/syncVersion.yml
@@ -20,6 +20,7 @@ jobs:
       - name: "✨ Create Pull Request"
         uses: peter-evans/create-pull-request@v7
         with:
+          author: ${{ env.GIT_USER_NAME }} <${{ env.GIT_USER_EMAIL }}>
           commit-message: Update Plugins Metadata File
           title: 'Update Plugins Metadata'
           body: Update versions/coordinates of plugins.

Reply via email to