Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 8530f58

Browse files
authored
merge-upstream.yml: fix a BIG BIG BIG bug
1 parent 3df89de commit 8530f58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

merge-upstream.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
uses: actions/checkout@master
2727
with:
2828
ref: master
29+
fetch-depth: 0
30+
lfs: true
2931

3032
- name: Set git identity
3133
run : |
@@ -39,3 +41,4 @@ jobs:
3941
uses: ad-m/github-push-action@master
4042
with:
4143
github_token: ${{ secrets.GITHUB_TOKEN }}
44+

0 commit comments

Comments
 (0)