We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347f12c commit 88c22a1Copy full SHA for 88c22a1
1 file changed
.github/workflows/update-crds.yml
@@ -34,8 +34,8 @@ jobs:
34
cd $RUNNER_WORKSPACE
35
git clone $url
36
cd $(basename $INSTALLER_REPOSITORY)
37
- git config user.name "${GITHUB_USER}"
38
- git config user.email "${GITHUB_USER}@appscode.com"
+ git config user.name "1gtm"
+ git config user.email "1gtm@appscode.com"
39
40
- name: Update crds
41
env:
0 commit comments