ci: Update email address [skip ci]
parent
d9dd17848b
commit
c972bf4402
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue