diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 31ef1c9fb..e524a5f8c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -57,6 +57,12 @@ jobs: if: ${{ steps.vars.outputs.GHA_REPO_ALIVE }} == 'true' uses: actions/checkout@v2 + - name: Checkout Files + uses: actions/checkout@v2 + with: + repository: Vinifera-Developers/Vinifera-Files + path: vinifera-files + - name: Set Variables id: vars run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" @@ -142,6 +148,12 @@ jobs: if: ${{ steps.vars.outputs.GHA_REPO_ALIVE }} == 'true' uses: actions/checkout@v2 + - name: Checkout Files + uses: actions/checkout@v2 + with: + repository: Vinifera-Developers/Vinifera-Files + path: vinifera-files + - name: Set Variables id: vars run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index eea3df8e4..c8e4285b7 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -20,6 +20,12 @@ jobs: - name: Clone Repository uses: actions/checkout@v2 + - name: Checkout Files + uses: actions/checkout@v2 + with: + repository: Vinifera-Developers/Vinifera-Files + path: vinifera-files + - name: Set Variables id: vars run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" @@ -70,6 +76,12 @@ jobs: - name: Clone Repository uses: actions/checkout@v2 + - name: Checkout Files + uses: actions/checkout@v2 + with: + repository: Vinifera-Developers/Vinifera-Files + path: vinifera-files + - name: Set Variables id: vars run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"