Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Changed email for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikvinayan committed Oct 30, 2021
1 parent e14b691 commit 6304fc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/excavator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6304fc4

Please sign in to comment.