1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-06 10:23:06 +03:00

pr-checks: No 'with:' if the body is empty

This commit is contained in:
Athanasius 2021-04-09 20:08:07 +01:00
parent 51f5cc3a31
commit 06568aeb2e

View File

@ -29,7 +29,7 @@ jobs:
- name: Checkout head commits - name: Checkout head commits
# https://github.com/actions/checkout # https://github.com/actions/checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with: #with:
#ref: ${{github.head.sha}} #ref: ${{github.head.sha}}
#repository: ${{github.event.pull_request.head.repo.full_name}} #repository: ${{github.event.pull_request.head.repo.full_name}}
#fetch-depth: 0 #fetch-depth: 0