From 43ae6dde61301bda2daa021b947d16ba1e16481b Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 31 Jul 2020 12:15:15 +0100 Subject: [PATCH] Restore changes, draft status was to blame ? --- .github/workflows/pr-checks.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 7e1c6836..d85fddff 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -17,6 +17,7 @@ jobs: steps: - name: Checkout commits + # https://github.com/actions/checkout uses: actions/checkout@v2 with: fetch-depth: 0 @@ -31,6 +32,9 @@ jobs: ref: ${{github.head_ref}} fetch-depth: 0 + -name: Show github context + -run: cat $GITHUB_EVENT_PATH + - name: Set up Python 3.7 uses: actions/setup-python@v2 with: