From 6304fc4778aef1bf5294facab2d32b25c6763020 Mon Sep 17 00:00:00 2001 From: Karthik Date: Sat, 30 Oct 2021 13:09:46 +0530 Subject: [PATCH] Changed email for Github Actions --- .github/workflows/excavator.yml | 2 +- .github/workflows/issues.yml | 2 +- .github/workflows/pull_request_comments.yml | 2 +- .github/workflows/pull_requests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/excavator.yml b/.github/workflows/excavator.yml index 71a5b3a..b5e5ee3 100644 --- a/.github/workflows/excavator.yml +++ b/.github/workflows/excavator.yml @@ -15,6 +15,6 @@ jobs: uses: Ash258/Scoop-GithubActions@stable-win env: SHOVEL: "1" - GITH_EMAIL: therandomlabsinc@gmail.com + GITH_EMAIL: nexus@duck.com GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SKIP_UPDATED: "1" diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index a51d307..6068d0c 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -16,5 +16,5 @@ jobs: if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify')) env: SHOVEL: "1" - GITH_EMAIL: therandomlabsinc@gmail.com + GITH_EMAIL: nexus@duck.com GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pull_request_comments.yml b/.github/workflows/pull_request_comments.yml index a8e4849..53c58a9 100644 --- a/.github/workflows/pull_request_comments.yml +++ b/.github/workflows/pull_request_comments.yml @@ -16,5 +16,5 @@ jobs: if: startsWith(github.event.comment.body, '/verify') env: SHOVEL: "1" - GITH_EMAIL: therandomlabsinc@gmail.com + GITH_EMAIL: nexus@duck.com GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index b7d88b5..1cabb3a 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -15,5 +15,5 @@ jobs: uses: Ash258/Scoop-GithubActions@stable-win env: SHOVEL: "1" - GITH_EMAIL: therandomlabsinc@gmail.com + GITH_EMAIL: nexus@duck.com GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}