We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9947743 commit e2fc8d4Copy full SHA for e2fc8d4
.github/workflows/fetch-external.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Clone community-solved-topics repo
27
run: |
28
rm -rf external_solved_topics
29
- git clone --single-branch --branch master https://github.com/simplicitesoftware/community-solved-topics.git external_solved_topics
+ git clone https://github.com/simplicitesoftware/community-solved-topics.git external_solved_topics
30
31
- name: Commit and push changes
32
0 commit comments