update action
Some checks failed
Mirror main to GitHub (shallow) / mirror (push) Failing after 0s

This commit is contained in:
2025-08-16 13:44:39 +02:00
parent eaa2701c3b
commit 5d09536753

View File

@@ -14,11 +14,6 @@ jobs:
runs-on: main
steps:
- name: Checkout (shallow, no history)
uses: actions/checkout@v4
with:
fetch-depth: 1 # <— wichtig: keine alte Historie
- name: Add GitHub remote
env:
GH_USER: ${{ secrets.GH_USER }}