diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index a45fbf7..adcc69b 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -19,10 +19,9 @@ jobs: - name: Checkout LFS run: | cat .git/config - git config http || true - git config "http.${GITHUB_SERVER_URL}/" || true - git config "http.${GITHUB_SERVER_URL}/.extraHeader" || true - git -c "http.${GITHUB_SERVER_URL}/.extraHeader=" lfs pull + git config --unset "http.${GITHUB_SERVER_URL}/.extraHeader" + cat .git/config + git lfs pull - name: Build run: nix build -L .#li7y .#li7y-oci - name: Push OCI image