infra-setup #2
|
@ -18,15 +18,12 @@ jobs:
|
||||||
name: Check infrastructure definitions
|
name: Check infrastructure definitions
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout target
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
ref: ${{ github.event.pull_request.base.ref }}
|
|
||||||
|
|
||||||
- name: Checkout PR
|
- name: Fetch target
|
||||||
uses: actions/checkout@v3
|
run: |
|
||||||
with:
|
git fetch --no-tags --progress --no-recurse-submodules --depth=1 origin ${{ github.event.pull_request.base.ref }}
|
||||||
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