From 3a9d65cb8f5ecd61d3736e6b8dc0b3650c56afb5 Mon Sep 17 00:00:00 2001 From: Bob Vandevliet Date: Wed, 13 Nov 2024 17:08:02 +0100 Subject: [PATCH] Pipeline update. --- .gitea/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index d8fa78d..ab9efc0 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -27,7 +27,7 @@ jobs: # https://gitea.com/gitea/act_runner/issues/164#issuecomment-739652 name: Checkout LFS run: | - git lfs install --local + git lfs install AUTH=$(git config --get --local http.${{ github.server_url }}/.extraheader) git config --local --unset http.${{ github.server_url }}/.extraheader git config --local http.${{ github.server_url }}/batch.extraheader "$AUTH"