From ce3f8db23fbf4dbb30e672ee8304d4d708cecb25 Mon Sep 17 00:00:00 2001 From: Sergio del Amo Date: Mon, 12 Aug 2024 21:37:42 +0200 Subject: [PATCH] change git username and email --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5836388..c47f513 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,8 +9,8 @@ jobs: matrix: java: ['8'] env: - GIT_USER_NAME: puneetbehl - GIT_USER_EMAIL: behlp@objectcomputing.com + GIT_USER_NAME: 'grails-build' + GIT_USER_EMAIL: 'grails-build@users.noreply.github.com' steps: - name: Checkout repository uses: actions/checkout@v2