Skip to content

Commit 5acd4b3

Browse files
committed
[#123] Reference workflows via path
1 parent b687e8e commit 5acd4b3

32 files changed

+32
-32
lines changed

.github/workflows/group-310-plus-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Run plugin setup
66-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
66+
uses: ./../plugin/setup/action.yml
6767
with:
6868
extra_php_extensions: ${{ inputs.extra_php_extensions }}
6969
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-310-plus-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Run plugin setup
64-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
64+
uses: ./../plugin/setup/action.yml
6565
with:
6666
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}
6767
disable_behat: ${{ inputs.disable_behat }}

.github/workflows/group-311-plus-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Run plugin setup
63-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
63+
uses: ./../plugin/setup/action.yml
6464
with:
6565
extra_php_extensions: ${{ inputs.extra_php_extensions }}
6666
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-311-plus-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Run plugin setup
62-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
62+
uses: ./../plugin/setup/action.yml
6363
with:
6464
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}
6565
disable_behat: ${{ inputs.disable_behat }}

.github/workflows/group-33-plus-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
steps:
8989
- name: Run plugin setup
90-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
90+
uses: ./../plugin/setup/action.yml
9191
with:
9292
extra_php_extensions: ${{ inputs.extra_php_extensions }}
9393
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-33-plus-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: Run plugin setup
81-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
81+
uses: ./../plugin/setup/action.yml
8282
with:
8383
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}
8484
disable_behat: ${{ inputs.disable_behat }}

.github/workflows/group-33-to-38-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
steps:
7979
- name: Run plugin setup
80-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
80+
uses: ./../plugin/setup/action.yml
8181
with:
8282
extra_php_extensions: ${{ inputs.extra_php_extensions }}
8383
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-33-to-38-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Run plugin setup
75-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
75+
uses: ./../plugin/setup/action.yml
7676
with:
7777
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}
7878
disable_behat: ${{ inputs.disable_behat }}

.github/workflows/group-33-to-39-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
steps:
8383
- name: Run plugin setup
84-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
84+
uses: ./../plugin/setup/action.yml
8585
with:
8686
extra_php_extensions: ${{ inputs.extra_php_extensions }}
8787
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-33-to-39-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Run plugin setup
75-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
75+
uses: ./../plugin/setup/action.yml
7676
with:
7777
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}
7878
disable_behat: ${{ inputs.disable_behat }}

.github/workflows/group-34-plus-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
steps:
8585
- name: Run plugin setup
86-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
86+
uses: ./../plugin/setup/action.yml
8787
with:
8888
extra_php_extensions: ${{ inputs.extra_php_extensions }}
8989
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-34-plus-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
steps:
7676
- name: Run plugin setup
77-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
77+
uses: ./../plugin/setup/action.yml
7878
with:
7979
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}
8080
disable_behat: ${{ inputs.disable_behat }}

.github/workflows/group-34-to-38-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Run plugin setup
70-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
70+
uses: ./../plugin/setup/action.yml
7171
with:
7272
extra_php_extensions: ${{ inputs.extra_php_extensions }}
7373
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-34-to-39-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
steps:
7979
- name: Run plugin setup
80-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
80+
uses: ./../plugin/setup/action.yml
8181
with:
8282
extra_php_extensions: ${{ inputs.extra_php_extensions }}
8383
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-35-plus-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
steps:
7979
- name: Run plugin setup
80-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
80+
uses: ./../plugin/setup/action.yml
8181
with:
8282
extra_php_extensions: ${{ inputs.extra_php_extensions }}
8383
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-35-plus-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Run plugin setup
71-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
71+
uses: ./../plugin/setup/action.yml
7272
with:
7373
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}
7474
disable_behat: ${{ inputs.disable_behat }}

.github/workflows/group-35-to-310-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: Run plugin setup
78-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
78+
uses: ./../plugin/setup/action.yml
7979
with:
8080
extra_php_extensions: ${{ inputs.extra_php_extensions }}
8181
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-35-to-311-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
steps:
7676
- name: Run plugin setup
77-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
77+
uses: ./../plugin/setup/action.yml
7878
with:
7979
extra_php_extensions: ${{ inputs.extra_php_extensions }}
8080
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-35-to-39-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
steps:
7878
- name: Run plugin setup
79-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
79+
uses: ./../plugin/setup/action.yml
8080
with:
8181
extra_php_extensions: ${{ inputs.extra_php_extensions }}
8282
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-35-to-39-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
steps:
7171
- name: Run plugin setup
72-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
72+
uses: ./../plugin/setup/action.yml
7373
with:
7474
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}
7575
disable_behat: ${{ inputs.disable_behat }}

.github/workflows/group-36-plus-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: Run plugin setup
74-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
74+
uses: ./../plugin/setup/action.yml
7575
with:
7676
extra_php_extensions: ${{ inputs.extra_php_extensions }}
7777
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-36-plus-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Run plugin setup
68-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
68+
uses: ./../plugin/setup/action.yml
6969
with:
7070
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}
7171
disable_behat: ${{ inputs.disable_behat }}

.github/workflows/group-37-plus-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: Run plugin setup
74-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
74+
uses: ./../plugin/setup/action.yml
7575
with:
7676
extra_php_extensions: ${{ inputs.extra_php_extensions }}
7777
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-37-plus-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Run plugin setup
68-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
68+
uses: ./../plugin/setup/action.yml
6969
with:
7070
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}
7171
disable_behat: ${{ inputs.disable_behat }}

.github/workflows/group-38-plus-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Run plugin setup
68-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
68+
uses: ./../plugin/setup/action.yml
6969
with:
7070
extra_php_extensions: ${{ inputs.extra_php_extensions }}
7171
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-38-plus-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
steps:
6464
- name: Run plugin setup
65-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
65+
uses: ./../plugin/setup/action.yml
6666
with:
6767
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}
6868
disable_behat: ${{ inputs.disable_behat }}

.github/workflows/group-39-plus-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Run plugin setup
66-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
66+
uses: ./../plugin/setup/action.yml
6767
with:
6868
extra_php_extensions: ${{ inputs.extra_php_extensions }}
6969
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-39-plus-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Run plugin setup
64-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
64+
uses: ./../plugin/setup/action.yml
6565
with:
6666
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}
6767
disable_behat: ${{ inputs.disable_behat }}

.github/workflows/group-40-plus-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Run plugin setup
63-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
63+
uses: ././../plugin/setup/action.yml
6464
with:
6565
extra_php_extensions: ${{ inputs.extra_php_extensions }}
6666
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}

.github/workflows/group-40-plus-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: Run plugin setup
61-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
61+
uses: ./../plugin/setup/action.yml
6262
with:
6363
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}
6464
disable_behat: ${{ inputs.disable_behat }}

.github/workflows/moodle-311-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Run plugin setup
59-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
59+
uses: ./../plugin/setup/action.yml
6060
with:
6161
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}
6262
disable_behat: ${{ inputs.disable_behat }}

.github/workflows/moodle-39-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: Run plugin setup
60-
uses: catalyst/catalyst-moodle-workflows/.github/plugin/setup@main
60+
uses: ./../plugin/setup/action.yml
6161
with:
6262
extra_plugin_runners: ${{ inputs.extra_plugin_runners }}
6363
disable_behat: ${{ inputs.disable_behat }}

0 commit comments

Comments
 (0)