From 3e2d69daeaa8638371179f46bfb70c12b32c53d1 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 20 Dec 2025 21:49:18 +0100 Subject: [PATCH] ffs --- .forgejo/workflows/playing-around.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/playing-around.yaml b/.forgejo/workflows/playing-around.yaml index bf8a475..f56c1d0 100644 --- a/.forgejo/workflows/playing-around.yaml +++ b/.forgejo/workflows/playing-around.yaml @@ -27,7 +27,7 @@ jobs: git config user.name "forgejo-actions[bot]" git config user.email "forgejo-actions[bot]@users.noreply.local" - git checkout --orphan dist-stage + git checkout --orphan temp git rm -rf . git add dist @@ -35,7 +35,7 @@ jobs: git push \ https://x-access-token:${{ secrets.FORGEJO_TOKEN }}@${{ github.server_url }}/${{ github.repository }} \ - temp-build:dist-${{ env.FORGEJO_REF_NAME }} \ + temp:dist-${{ env.FORGEJO_REF_NAME }} \ --force # - name: Trigger deployment webhook