Skip to content

Commit 88c22a1

Browse files
committed
Pin git user to 1gtm in update-crds/update-docs workflows
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 347f12c commit 88c22a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-crds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
cd $RUNNER_WORKSPACE
3535
git clone $url
3636
cd $(basename $INSTALLER_REPOSITORY)
37-
git config user.name "${GITHUB_USER}"
38-
git config user.email "${GITHUB_USER}@appscode.com"
37+
git config user.name "1gtm"
38+
git config user.email "1gtm@appscode.com"
3939
4040
- name: Update crds
4141
env:

0 commit comments

Comments
 (0)