From c71d718c5550ea37808fad42a54cad71bac11b06 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 28 Jul 2020 18:12:48 +0100 Subject: [PATCH] Revert "Maybe no wildcard now?" This reverts commit 61898d1f91fe8f59eb988b79ffce93f24552b92c. --- .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 f5286a65..3a27e973 100644 --- a/.github/workflows/pr-annotate-with-flake8.yml +++ b/.github/workflows/pr-annotate-with-flake8.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - if: ${{ contains(fromJson(needs.set_allowed.outputs.allowed), github.actor) }} + if: ${{ contains(fromJson(needs.set_allowed.outputs.allowed.*), github.actor) }} uses: actions/checkout@v2 with: fetch-depth: 0