Update sync-to-forgejo.yml
Some checks are pending
Sync to Forgejo / mirror (push) Waiting to run

This commit is contained in:
Jørgen Ferdinand 2025-06-18 19:57:50 +02:00 committed by GitHub
parent 1e52772a49
commit f15b7be65b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout GitHub repo
uses: actions/checkout@v3
with:
fetch-depth: 0 # Henter hele repoet, ikke bare siste commit
- name: Push to Forgejo
run: |