-
Notifications
You must be signed in to change notification settings - Fork 1
299 lines (256 loc) · 8.09 KB
/
import_GR.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
name: importGR
on:
schedule:
- cron: '30 4 * * *' # Runs at 4:30 UTC, which is 9:30 AM IST
#push:
# branches: [ main ]
jobs:
import_export:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8' # specify your Python version
- name: checkout mahadmin2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahadmin2024
path: import/mahadmin2024
sparse-checkout: |
export/orgpedia_mahadmin2024
- name: checkout mahagri2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahagri2024
path: import/mahagri2024
sparse-checkout: |
export/orgpedia_mahagri2024
- name: checkout mahbah2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahbah2024
path: import/mahbah2024
sparse-checkout: |
export/orgpedia_mahbah2024
- name: checkout mahcoop2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahcoop2024
path: import/mahcoop2024
sparse-checkout: |
export/orgpedia_mahcoop2024
- name: checkout mahdis2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahdis2024
path: import/mahdis2024
sparse-checkout: |
export/orgpedia_mahdis2024
- name: checkout mahedu2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahedu2024
path: import/mahedu2024
sparse-checkout: |
export/orgpedia_mahedu2024
- name: checkout mahenv2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahenv2024
path: import/mahenv2024
sparse-checkout: |
export/orgpedia_mahenv2024
- name: checkout mahfin2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahfin2024
path: import/mahfin2024
sparse-checkout: |
export/orgpedia_mahfin2024
- name: checkout mahfood2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahfood2024
path: import/mahfood2024
sparse-checkout: |
export/orgpedia_mahfood2024
- name: checkout mahhea2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahhea2024
path: import/mahhea2024
sparse-checkout: |
export/orgpedia_mahhea2024
- name: checkout mahhome2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahhome2024
path: import/mahhome2024
sparse-checkout: |
export/orgpedia_mahhome2024
- name: checkout mahhouse2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahhouse2024
path: import/mahhouse2024
sparse-checkout: |
export/orgpedia_mahhouse2024
- name: checkout mahind2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahind2024
path: import/mahind2024
sparse-checkout: |
export/orgpedia_mahind2024
- name: checkout mahit2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahit2024
path: import/mahit2024
sparse-checkout: |
export/orgpedia_mahit2024
- name: checkout mahlaw2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahlaw2024
path: import/mahlaw2024
sparse-checkout: |
export/orgpedia_mahlaw2024
- name: checkout mahmar2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahmar2024
path: import/mahmar2024
sparse-checkout: |
export/orgpedia_mahmar2024
- name: checkout mahmed2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahmed2024
path: import/mahmed2024
sparse-checkout: |
export/orgpedia_mahmed2024
- name: checkout mahmin2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahmin2024
path: import/mahmin2024
sparse-checkout: |
export/orgpedia_mahmin2024
- name: checkout mahpar2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahpar2024
path: import/mahpar2024
sparse-checkout: |
export/orgpedia_mahpar2024
- name: checkout mahplan2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahplan2024
path: import/mahplan2024
sparse-checkout: |
export/orgpedia_mahplan2024
- name: checkout mahpwd2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahpwd2024
path: import/mahpwd2024
sparse-checkout: |
export/orgpedia_mahpwd2024
- name: checkout mahrev2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahrev2024
path: import/mahrev2024
sparse-checkout: |
export/orgpedia_mahrev2024
- name: checkout mahrural2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahrural2024
path: import/mahrural2024
sparse-checkout: |
export/orgpedia_mahrural2024
- name: checkout mahsanit2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahsanit2024
path: import/mahsanit2024
sparse-checkout: |
export/orgpedia_mahsanit2024
- name: checkout mahskill2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahskill2024
path: import/mahskill2024
sparse-checkout: |
export/orgpedia_mahskill2024
- name: checkout mahsoc2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahsoc2024
path: import/mahsoc2024
sparse-checkout: |
export/orgpedia_mahsoc2024
- name: checkout mahsoil2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahsoil2024
path: import/mahsoil2024
sparse-checkout: |
export/orgpedia_mahsoil2024
- name: checkout mahtech2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahtech2024
path: import/mahtech2024
sparse-checkout: |
export/orgpedia_mahtech2024
- name: checkout mahtour2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahtour2024
path: import/mahtour2024
sparse-checkout: |
export/orgpedia_mahtour2024
- name: checkout mahtrib2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahtrib2024
path: import/mahtrib2024
sparse-checkout: |
export/orgpedia_mahtrib2024
- name: checkout mahurb2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahurb2024
path: import/mahurb2024
sparse-checkout: |
export/orgpedia_mahurb2024
- name: checkout mahwater2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahwater2024
path: import/mahwater2024
sparse-checkout: |
export/orgpedia_mahwater2024
- name: checkout mahwom2024
uses: actions/checkout@v4
with:
repository: orgpedia/mahwom2024
path: import/mahwom2024
sparse-checkout: |
export/orgpedia_mahwom2024
- name: import_export
run: python3 import/src/import_data.py import GRs
- name: Commit and push changes
id: commit-and-push
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: actions export