-
-
Notifications
You must be signed in to change notification settings - Fork 951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grails 7: Update github workflow git user and email on all repositories #13697
Comments
The majority of the repositories have been done as part of the grailsPublish rework. The following need updated still: https://github.com/grails/grails-spring-security-oauth2 |
@codeconsole completed this over the weekend |
GIT_USER_NAME: 'grails-build'
GIT_USER_EMAIL: 'grails-build@users.noreply.github.com'
COMMIT_EMAIL: ${{ env.GIT_USER_EMAIL }}
COMMIT_NAME: ${{ env.GIT_USER_NAME }}
Example: https://github.com/grails/grails-data-mapping/blob/9.0.x/.github/workflows/release.yml
The text was updated successfully, but these errors were encountered: