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 ################################################################## ##################################################################