From ee8a395d082aa0e63c7c60080a519f27d750a651 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 14 Sep 2024 18:50:08 +0100 Subject: [PATCH] ci: testing --- .forgejo/workflows/push.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index a1552ab..77f42da 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -27,6 +27,12 @@ jobs: handovers: ${{ steps.filter.outputs.handovers }} budget: ${{ steps.filter.outputs.budgets }} steps: + # make sure the code is available + - uses: https://code.forgejo.org/actions/checkout@v4 + - uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v3 + with: + repository: ${{ gitea.repository }} + ref_name: ${{ gitea.ref_name }} # For pull requests it's not necessary to checkout the code - uses: https://github.com/dorny/paths-filter@v3 id: filter @@ -60,7 +66,7 @@ jobs: - if: ${{ needs.changes.outputs.${{ matrix.script }} == 'true' }} uses: https://code.forgejo.org/actions/checkout@v4 - if: ${{ needs.changes.outputs.${{ matrix.script }} == 'true' }} - uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet/get_lfs@v3 + uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v3 with: repository: ${{ gitea.repository }} ref_name: ${{ gitea.ref_name }}