@@ -11,32 +11,32 @@ jobs:
11
11
script : |
12
12
const dependents = [
13
13
['ai', '2024/x'],
14
- ['ai', '2024/summer '],
14
+ ['ai', '2024/fall '],
15
15
['ap', '2022'],
16
16
['beyond', '2019/x'],
17
17
['business', '2017/x'],
18
- ['business', '2024/summer '],
18
+ ['business', '2024/fall '],
19
19
['cs50.tf', 'main'],
20
20
['cybersecurity', '2023/x'],
21
- ['cybersecurity', '2024/summer '],
21
+ ['cybersecurity', '2024/fall '],
22
22
['games', '2018/x'],
23
- ['games', '2024/summer '],
23
+ ['games', '2024/fall '],
24
24
['harvard', '2024/x'],
25
- ['harvard', '2024/summer '],
25
+ ['harvard', '2024/fall '],
26
26
['harvard', '2024/fall'],
27
27
['hbap.io', 'main'],
28
28
['law', '2019/x'],
29
29
['mobile', '2018/x'],
30
30
['python', '2022/x'],
31
31
['r', '2024/x'],
32
- ['r', '2024/summer '],
32
+ ['r', '2024/fall '],
33
33
['scratch', '2024/x'],
34
34
['sql', '2024/x'],
35
- ['sql', '2024/summer '],
35
+ ['sql', '2024/fall '],
36
36
['technology', '2017/x'],
37
37
['web', '2020/x'],
38
- ['web', '2024/summer '],
39
- ['yale', '2024/summer ']
38
+ ['web', '2024/fall '],
39
+ ['yale', '2024/fall ']
40
40
];
41
41
for (let dependent of dependents) {
42
42
await github.rest.actions.createWorkflowDispatch({
0 commit comments