This commit is contained in:
parent
1e52772a49
commit
f15b7be65b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/sync-to-forgejo.yml
vendored
2
.github/workflows/sync-to-forgejo.yml
vendored
|
@ -12,6 +12,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout GitHub repo
|
- name: Checkout GitHub repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # Henter hele repoet, ikke bare siste commit
|
||||||
|
|
||||||
- name: Push to Forgejo
|
- name: Push to Forgejo
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue