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 ]
|
||||
if: ${{ needs.check_date.outputs.should_run != 'false' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Download Artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user