From 7bdbe5dc2e41defe0c25eab5ae5732c3563e9ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shixiang=20Wang=20=28=E7=8E=8B=E8=AF=97=E7=BF=94=29?= Date: Thu, 7 Dec 2023 16:19:30 +0800 Subject: [PATCH] last try --- .github/workflows/Gmeek.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Gmeek.yml b/.github/workflows/Gmeek.yml index 91123d9..d388274 100644 --- a/.github/workflows/Gmeek.yml +++ b/.github/workflows/Gmeek.yml @@ -10,7 +10,7 @@ jobs: name: Generate blog runs-on: ubuntu-22.04 #if: github.event.repository.owner.id == github.event.sender.id - if: ${{ github.event.sender.author_association == 'CONTRIBUTOR' || github.event.sender.author_association == 'MEMBER' || github.event.sender.author_association == 'COLLABORATOR' || github.event.sender.author_association == 'OWNER' }} + if: ${{ github.event.author_association == 'CONTRIBUTOR' || github.event.author_association == 'MEMBER' || github.event.author_association == 'COLLABORATOR' || github.event.author_association == 'OWNER' }} permissions: write-all steps: - name: Checkout