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

This commit is contained in:
2025-08-16 13:49:22 +02:00
parent 5d09536753
commit 10602f5929

View File

@@ -14,6 +14,13 @@ jobs:
runs-on: main runs-on: main
steps: steps:
- name: Init repo
run: |
git init
git remote add origin "${GT_SERVER_URL}/${GT_REPO}.git"
git fetch --depth=1 origin main
git checkout -b main FETCH_HEAD
- name: Add GitHub remote - name: Add GitHub remote
env: env:
GH_USER: ${{ secrets.GH_USER }} GH_USER: ${{ secrets.GH_USER }}