From aa6e2f7631106b691f8154b5f64a09a899e26c38 Mon Sep 17 00:00:00 2001 From: rugk Date: Sat, 23 Oct 2021 15:04:54 +0200 Subject: [PATCH] Set GitHub Bot as author for PHP8 merge commits --- .github/workflows/refresh-php8.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/refresh-php8.yml b/.github/workflows/refresh-php8.yml index a73c2af7..45b6b84c 100644 --- a/.github/workflows/refresh-php8.yml +++ b/.github/workflows/refresh-php8.yml @@ -27,6 +27,8 @@ jobs: - name: Push new changes uses: github-actions-x/commit@v2.8 with: + name: github-actions[bot] + email: 41898282+github-actions[bot]@users.noreply.github.com github-token: ${{ secrets.GITHUB_TOKEN }} push-branch: 'php8'