Skip to content

Commit e2fc8d4

Browse files
Update fetch-external.yml
1 parent 9947743 commit e2fc8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fetch-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Clone community-solved-topics repo
2727
run: |
2828
rm -rf external_solved_topics
29-
git clone --single-branch --branch master https://github.com/simplicitesoftware/community-solved-topics.git external_solved_topics
29+
git clone https://github.com/simplicitesoftware/community-solved-topics.git external_solved_topics
3030
3131
- name: Commit and push changes
3232
run: |

0 commit comments

Comments
 (0)