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