1
0
Fork 0
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:
François Darveau 2021-06-28 18:28:12 -04:00
parent 7eff483221
commit b0408b2d29

View file

@ -15,9 +15,10 @@ jobs:
steps:
# Step 1: run a standard checkout action, provided by github
- name: Checkout main
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
ref: master
fetch-depth: 0
# 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