From 069e7ce9e541b987bcd46035faed4f236975fde9 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 28 Jul 2020 18:12:51 +0100 Subject: [PATCH] Revert "Wildcard on the end ?" This reverts commit 511e7a48d6e4dfb4b61cfc43517e7ac9a5f5d7ec. --- .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 c3eb3beb..f9798cc6 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