fix(ci)[nightly]: checkout repo (#1141)

This commit is contained in:
GeopJr 2023-03-25 16:50:26 +02:00 committed by GitHub
parent 167bf95ba7
commit b603173788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: