From 731e1778594a9e5be5cf7d24963f657fb7e93484 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Tue, 28 Jul 2020 18:03:40 +0200 Subject: [PATCH] Use short actions e-mail --- .github/workflows/wiki.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index e63866f..bc25141 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -33,7 +33,7 @@ jobs: # We can use the E-Mail and Name of the GitHub Actions account # for our convenience. # - ACTION_MAIL: '41898282+github-actions[bot]@users.noreply.github.com' + ACTION_MAIL: 'actions@github.com' ACTION_NAME: 'github-actions[bot]' GH_PAT: '${{ secrets.WORKFLOWPAT }}' OWNER: 'PlaceholderAPI'