From 81d1807d4f458dd5d35027b7947823781058f3f7 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 20 Dec 2025 22:04:30 +0100 Subject: [PATCH] ffs --- .forgejo/workflows/playing-around.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/playing-around.yaml b/.forgejo/workflows/playing-around.yaml index 0fc23d2..f68ff7c 100644 --- a/.forgejo/workflows/playing-around.yaml +++ b/.forgejo/workflows/playing-around.yaml @@ -34,7 +34,7 @@ jobs: git commit -m "Update dist" git push \ - "https://x-access-token:${{ secrets.FORGEJO_TOKEN }}@${SERVER_URL}/${{ github.repository }}.git" \ + "https://x-access-token:${{ secrets.FORGEJO_TOKEN }}@${{ github.server_url }}/${{ github.repository }}.git" \ temp:dist-${{ env.FORGEJO_REF_NAME }} \ --force