don't clean
Infrastructure / Check infrastructure definitions (pull_request) Failing after 1m25s
Details
Infrastructure / Check infrastructure definitions (pull_request) Failing after 1m25s
Details
This commit is contained in:
parent
c3f519e87d
commit
53b0f12495
|
@ -22,8 +22,11 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.base.ref }}
|
ref: ${{ github.event.pull_request.base.ref }}
|
||||||
- name: Checkout
|
|
||||||
|
- name: Checkout PR
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
clean: false
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
echo !${{ github.event.pull_request.base.repo }} !${{ github.event.pull_request.base.sha }}
|
echo !${{ github.event.pull_request.base.repo }} !${{ github.event.pull_request.base.sha }}
|
||||||
|
|
Loading…
Reference in New Issue