From b7d81bb1ae019d504aa9ed7ac26e96e75734a2b9 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 8 Sep 2026 16:18:46 +1000 Subject: [PATCH] feat(action): Remove github-server-url because the implementation of actions/checkout is only for GitHub and it strips everything except the top level domain fuck shit like this fuck GitHub --- .forgejo/workflows/demo.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index b43872c..8336982 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -11,7 +11,6 @@ jobs: with: repository: "pascal_nulah/Nulah.PowerShell" ref: "feature/forgejo-runner-and-actions" - github-server-url: "https://moar.ws/git/" - id: dotnet-build uses: ./.forgejo/dotnet-build' # with: