From ea25fefeade773bf7767fa5b3a3b3fca87152c45 Mon Sep 17 00:00:00 2001 From: CosmicAlpha Date: Tue, 2 Jan 2024 11:25:33 -0700 Subject: [PATCH] Update actor Also fixes to apply https://github.com/miraheze/.github/commit/31b7efd (Update workflow and add more commit information + removes REL1_39, adds REL1_41, and uses PHP 8.1 for REL1_40 and PHP 8.2 for other versions.) --- .github/workflows/sync-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-tests.yml b/.github/workflows/sync-tests.yml index f2df2c8..4185c9b 100644 --- a/.github/workflows/sync-tests.yml +++ b/.github/workflows/sync-tests.yml @@ -63,4 +63,4 @@ jobs: from ${{ env.GITHUB_REPOSITORY }} (https://github.com/${{ env.GITHUB_REPOSITORY }}/commit/${{ env.GITHUB_SHA }}) - ${{ env.GITHUB_ACTOR != 'The-Voidwalker' && format('Co-authored-by: {0}', env.GITHUB_ACTOR) || '' }} + ${{ env.GITHUB_ACTOR != 'Universal-Omega' && format('Co-authored-by: {0}', env.GITHUB_ACTOR) || '' }}