fix(action): updating signoff to openebs.io

Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
Pawan 2021-05-14 10:59:33 +05:30 committed by Kiran Mova
parent 551f6dd8ae
commit 7cdfce078e
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ jobs:
- name: Configure Git - name: Configure Git
run: | run: |
git config user.name "$GITHUB_ACTOR" git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com" git config user.email "$GITHUB_ACTOR@openebs.io"
- name: Install Helm - name: Install Helm
uses: azure/setup-helm@v1 uses: azure/setup-helm@v1

View file

@ -67,7 +67,7 @@ jobs:
- name: Configure Git - name: Configure Git
run: | run: |
git config user.name "$GITHUB_ACTOR" git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com" git config user.email "$GITHUB_ACTOR@openebs.io"
- name: Update Operator YAML - name: Update Operator YAML
run: | run: |