ffs
Some checks failed
/ build (push) Failing after 1m0s

This commit is contained in:
Christoph Haas 2025-12-20 21:49:18 +01:00
parent decbf1cc8c
commit 3e2d69daea

View file

@ -27,7 +27,7 @@ jobs:
git config user.name "forgejo-actions[bot]" git config user.name "forgejo-actions[bot]"
git config user.email "forgejo-actions[bot]@users.noreply.local" git config user.email "forgejo-actions[bot]@users.noreply.local"
git checkout --orphan dist-stage git checkout --orphan temp
git rm -rf . git rm -rf .
git add dist git add dist
@ -35,7 +35,7 @@ jobs:
git push \ git push \
https://x-access-token:${{ secrets.FORGEJO_TOKEN }}@${{ github.server_url }}/${{ github.repository }} \ 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 --force
# - name: Trigger deployment webhook # - name: Trigger deployment webhook