From ecf4732e448895eea09398096bb4b2f7d1003474 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 31 Jul 2020 13:51:50 +0100 Subject: [PATCH] Check step needs a 'uses' or 'run', so add latter with 'env' for check --- .github/workflows/pr-annotate-with-flake8.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-annotate-with-flake8.yml b/.github/workflows/pr-annotate-with-flake8.yml index 54f443b3..e9dbf478 100644 --- a/.github/workflows/pr-annotate-with-flake8.yml +++ b/.github/workflows/pr-annotate-with-flake8.yml @@ -26,6 +26,8 @@ jobs: BASE_REPO_OWNER: ${{github.event.pull_request.base.repo.owner.login}} HEAD_REPO_OWNER: ${{github.event.pull_request.head.repo.owner.login}} BASE_REF: ${{github.base_ref}} + run: | + env ################################################################## ##################################################################