From 72c87ba34a41ba5f66bc94c82778fdeec08bb768 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 21 Aug 2024 00:59:40 +0100 Subject: [PATCH] ci: test getting teh lfs objects --- .forgejo/workflows/push.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index c64a3c9..2fb3adc 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -16,6 +16,11 @@ jobs: steps: # get the repo first - uses: https://code.forgejo.org/actions/checkout@v4 + - name: "Get LFS objects" + uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet/get_lfs@v3 + with: + repository: ${{ gitea.repository }} + ref_name: ${{ gitea.ref_name }} - name: "Build it locally" run: nix build --verbose