Skip to content

Commit

Permalink
Update sync-upstream.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Pauli Jokela <[email protected]>
  • Loading branch information
Dids authored Aug 11, 2023
1 parent 5b7d5b0 commit eb7ab59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
ref: 2.1.x
# REQUIRED if your upstream repo is private (see wiki)
persist-credentials: false
# Speed up the cloning by reducing the depth
fetch-depth: 1

# Sync upstream repository
- name: Sync Upstream Repository
Expand Down Expand Up @@ -125,6 +127,8 @@ jobs:
ref: bugfix-2.1.x
# REQUIRED if your upstream repo is private (see wiki)
persist-credentials: false
# Speed up the cloning by reducing the depth
fetch-depth: 1

# Sync upstream repository
- name: Sync Upstream Repository
Expand Down

0 comments on commit eb7ab59

Please sign in to comment.