From d38c74d36ab2a047eb39e58de0d3737487b5e360 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 28 Jul 2020 18:01:16 +0100 Subject: [PATCH] JSON must have double quotes --- .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 d0077aa1..f9798cc6 100644 --- a/.github/workflows/pr-annotate-with-flake8.yml +++ b/.github/workflows/pr-annotate-with-flake8.yml @@ -17,7 +17,7 @@ jobs: matrix: ${{ steps.set-allowed.outputs.allowed }} steps: - id: set-allowed - run: echo "::set-output name=allowed::{['Athanasius']}" + run: echo '::set-output name=allowed::{["Athanasius"]}' flake8_annotate: runs-on: ubuntu-18.04