fix(ci)[nightly]: checkout repo (#1141)
This commit is contained in:
parent
167bf95ba7
commit
b603173788
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@ -65,6 +65,7 @@ jobs:
|
|||||||
needs: [ check_date, build_nightly ]
|
needs: [ check_date, build_nightly ]
|
||||||
if: ${{ needs.check_date.outputs.should_run != 'false' }}
|
if: ${{ needs.check_date.outputs.should_run != 'false' }}
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
- name: Download Artifact
|
- name: Download Artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user