don't clean
Infrastructure / Check infrastructure definitions (pull_request) Failing after 1m25s Details

This commit is contained in:
Gleb Koval 2023-08-29 02:36:53 +01:00
parent c3f519e87d
commit 53b0f12495
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 4 additions and 1 deletions

View File

@ -22,8 +22,11 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.base.ref }}
- name: Checkout
- name: Checkout PR
uses: actions/checkout@v3
with:
clean: false
- run: |
echo !${{ github.event.pull_request.base.repo }} !${{ github.event.pull_request.base.sha }}