Skip to content

Commit 4a4fdec

Browse files
committed
add upstream
1 parent 74ed9ef commit 4a4fdec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/upstream.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
ref: main
2121

22+
- name: Add upstream repository
23+
run: git remote add upstream https://github.com/huggingface/diffusers.git
24+
2225
- name: Fetch upstream changes
2326
run: git fetch upstream
2427

0 commit comments

Comments
 (0)