Skip to content

Commit

Permalink
ci: change github account in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Dec 6, 2024
1 parent c00cc04 commit f8c732a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on:
release:
types: [published]
env:
GIT_USER_NAME: puneetbehl
GIT_USER_EMAIL: behlp@unityfoundation.io
GIT_USER_NAME: 'grails-build'
GIT_USER_EMAIL: 'grails-build@users.noreply.github.com'
jobs:
release:
runs-on: ubuntu-latest
env:
GIT_USER_NAME: puneetbehl
GIT_USER_EMAIL: behlp@unityfoundation.io
GIT_USER_NAME: 'grails-build'
GIT_USER_EMAIL: 'grails-build@users.noreply.github.com'
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v2
Expand Down

0 comments on commit f8c732a

Please sign in to comment.