mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-04 18:35:17 +02:00
fetch all history when syncing fork
This commit is contained in:
parent
7eff483221
commit
b0408b2d29
1 changed files with 2 additions and 1 deletions
3
.github/workflows/merge-upstream-master.yml
vendored
3
.github/workflows/merge-upstream-master.yml
vendored
|
@ -15,9 +15,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Step 1: run a standard checkout action, provided by github
|
# Step 1: run a standard checkout action, provided by github
|
||||||
- name: Checkout main
|
- name: Checkout main
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2.3.4
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
|
fetch-depth: 0
|
||||||
# submodules: 'recursive' ### may be needed in your situation
|
# submodules: 'recursive' ### may be needed in your situation
|
||||||
|
|
||||||
# Step 2: run this sync action - specify the upstream repo, upstream branch to sync with, and target sync branch
|
# Step 2: run this sync action - specify the upstream repo, upstream branch to sync with, and target sync branch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue