Skip to content

Commit 86272a1

Browse files
committed
fetch from integration repository
1 parent 3c6cf40 commit 86272a1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: .github/workflows/web-install.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ jobs:
4545
coverage: none
4646

4747
- name: Clone Moodle repository
48-
uses: actions/checkout@v2
49-
with:
50-
repository: moodle/moodle
51-
ref: main
52-
path: moodle
48+
run: git clone https://git.in.moodle.com/moodle/integration.git moodle
5349

5450
- name: Clone Plugin repository
5551
uses: actions/checkout@v2

0 commit comments

Comments
 (0)