ci: Update email address [skip ci]

main
earnest ma 2021-01-09 17:24:08 -05:00
parent d9dd17848b
commit c972bf4402
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
3 changed files with 3 additions and 3 deletions

View File

@ -12,5 +12,5 @@ jobs:
uses: Ash258/Scoop-GithubActions@stable-win
if: startsWith(github.event.comment.body, '/verify')
env:
GITH_EMAIL: earnestma@hotmail.com
GITH_EMAIL: me@earne.link
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -12,5 +12,5 @@ jobs:
uses: Ash258/Scoop-GithubActions@stable-win
if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
env:
GITH_EMAIL: earnestma@hotmail.com
GITH_EMAIL: me@earne.link
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -11,5 +11,5 @@ jobs:
- name: Pull Request Validator
uses: Ash258/Scoop-GithubActions@stable-win
env:
GITH_EMAIL: earnestma@hotmail.com
GITH_EMAIL: me@earne.link
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}