Add depth
This commit is contained in:
parent
4dbb0be7e5
commit
b7b77b6ac1
2
.github/workflows/on-pr-manual.yml
vendored
2
.github/workflows/on-pr-manual.yml
vendored
@ -32,11 +32,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ github.event.inputs.foundry-test-ref }}
|
ref: ${{ github.event.inputs.foundry-test-ref }}
|
||||||
path: "$GITHUB_WORKSPACE/foundry-test/"
|
path: "$GITHUB_WORKSPACE/foundry-test/"
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.inputs.ipld-eth-db-ref }}
|
ref: ${{ github.event.inputs.ipld-eth-db-ref }}
|
||||||
path: "$GITHUB_WORKSPACE/ipld-eth-db/"
|
path: "$GITHUB_WORKSPACE/ipld-eth-db/"
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Create config file
|
- name: Create config file
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user