-
-
Notifications
You must be signed in to change notification settings - Fork 0
179 lines (178 loc) · 5.32 KB
/
repo-sync.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
on:
workflow_dispatch: ~
push:
branches:
- "master"
paths:
- ".github/workflows/repo-sync.yml"
schedule:
- cron: "0 */4 * * *"
jobs:
_7-zip-full:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: heptazhou/[email protected]
with:
source_repo: https://aur.archlinux.org/7-zip-full.git
source_branch: master
destination_branch: 7-zip-full
github_token: ${{ secrets.PAT }}
apt-zsh-completion:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: heptazhou/[email protected]
with:
source_repo: https://aur.archlinux.org/apt-zsh-completion.git
source_branch: master
destination_branch: apt-zsh-completion
github_token: ${{ secrets.PAT }}
conda-zsh-completion:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: heptazhou/[email protected]
with:
source_repo: https://aur.archlinux.org/conda-zsh-completion.git
source_branch: master
destination_branch: conda-zsh-completion
github_token: ${{ secrets.PAT }}
glibc-linux4:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: heptazhou/[email protected]
with:
source_repo: https://aur.archlinux.org/glibc-linux4.git
source_branch: master
destination_branch: glibc-linux4
github_token: ${{ secrets.PAT }}
iraf-bin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: heptazhou/[email protected]
with:
source_repo: https://aur.archlinux.org/iraf-bin.git
source_branch: master
destination_branch: iraf-bin
github_token: ${{ secrets.PAT }}
libcurl-julia-bin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: heptazhou/[email protected]
with:
source_repo: https://aur.archlinux.org/libcurl-julia-bin.git
source_branch: master
destination_branch: libcurl-julia-bin
github_token: ${{ secrets.PAT }}
locale-mul_zz:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: heptazhou/[email protected]
with:
source_repo: https://aur.archlinux.org/locale-mul_zz.git
source_branch: master
destination_branch: locale-mul_zz
github_token: ${{ secrets.PAT }}
mingw-w64-zlib:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: heptazhou/[email protected]
with:
source_repo: https://aur.archlinux.org/mingw-w64-zlib.git
source_branch: master
destination_branch: mingw-w64-zlib
github_token: ${{ secrets.PAT }}
nsis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: heptazhou/[email protected]
with:
source_repo: https://aur.archlinux.org/nsis.git
source_branch: master
destination_branch: nsis
github_token: ${{ secrets.PAT }}
python311:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: heptazhou/[email protected]
with:
source_repo: https://aur.archlinux.org/python311.git
source_branch: master
destination_branch: python311
github_token: ${{ secrets.PAT }}
python312:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: heptazhou/[email protected]
with:
source_repo: https://aur.archlinux.org/python312.git
source_branch: master
destination_branch: python312
github_token: ${{ secrets.PAT }}
wine-wow64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: heptazhou/[email protected]
with:
source_repo: https://aur.archlinux.org/wine-wow64.git
source_branch: master
destination_branch: wine-wow64
github_token: ${{ secrets.PAT }}
xgterm-bin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: heptazhou/[email protected]
with:
source_repo: https://aur.archlinux.org/xgterm-bin.git
source_branch: master
destination_branch: xgterm-bin
github_token: ${{ secrets.PAT }}
yay:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: heptazhou/[email protected]
with:
source_repo: https://aur.archlinux.org/yay.git
source_branch: master
destination_branch: yay
github_token: ${{ secrets.PAT }}