From 06568aeb2ef9acb10e105ba76bd570a832ac9672 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 9 Apr 2021 20:08:07 +0100 Subject: [PATCH] pr-checks: No 'with:' if the body is empty --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index ec558fc5..476eef97 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout head commits # https://github.com/actions/checkout uses: actions/checkout@v2 - with: + #with: #ref: ${{github.head.sha}} #repository: ${{github.event.pull_request.head.repo.full_name}} #fetch-depth: 0