From 2375bf19955551be7535b82e889f232c06f85bf6 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 28 Jul 2020 17:45:34 +0100 Subject: [PATCH] Try contains(['Athanasius'], github.actor) --- .github/workflows/pr-annotate-with-flake8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-annotate-with-flake8.yml b/.github/workflows/pr-annotate-with-flake8.yml index 779b61ba..df8926c2 100644 --- a/.github/workflows/pr-annotate-with-flake8.yml +++ b/.github/workflows/pr-annotate-with-flake8.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - if: ${{ github.actor == 'AthanasiusTEST' }} + if: ${{ contains(['Athanasius'], github.actor) }} uses: actions/checkout@v2 with: fetch-depth: 0