Skip to content

Commit ccf2e93

Browse files
committed
Update Email Address
1 parent 7e702c8 commit ccf2e93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,5 @@ jobs:
139139
BRANCH: gh-pages
140140
FOLDER: plugin/build/docs
141141
DOC_FOLDER: gh-pages
142-
COMMIT_EMAIL: behlp@objectcomputing.com
142+
COMMIT_EMAIL: behlp@unityfoundation.io
143143
COMMIT_NAME: Puneet Behl

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
env:
99
GIT_USER_NAME: puneetbehl
10-
GIT_USER_EMAIL: behlp@objectcomputing.com
10+
GIT_USER_EMAIL: behlp@unityfoundation.io
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v4
@@ -70,7 +70,7 @@ jobs:
7070
BRANCH: gh-pages
7171
FOLDER: plugin/build/docs
7272
DOC_FOLDER: gh-pages
73-
COMMIT_EMAIL: behlp@objectcomputing.com
73+
COMMIT_EMAIL: behlp@unityfoundation.io
7474
COMMIT_NAME: Puneet Behl
7575
VERSION: ${{ steps.release_version.outputs.release_version }}
7676
- name: Run post-release

0 commit comments

Comments
 (0)