File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184
184
cp ${{ steps.build-deb.outputs.file_name }} ${{ matrix.config.dir }}/
185
185
- name : Update apt repo
186
186
if : ${{ matrix.config.os == 'ubuntu-latest' }}
187
- uses : jrandiny /apt-repo-action@v2.0.1
187
+ uses : Pivot-Studio /apt-repo-action@master
188
188
with :
189
189
github_token : ${{ secrets.PAT }}
190
190
repo_supported_arch : |
@@ -197,10 +197,12 @@ jobs:
197
197
public_key : ${{ secrets.PUBLIC }}
198
198
private_key : ${{ secrets.PRIVATE }}
199
199
key_passphrase : ${{ secrets.SECRET }}
200
- page_branch : apt
200
+ page_branch : master
201
+ github_repository : Pivot-Studio/apt-repo
202
+
201
203
- name : Update apt repo
202
204
if : ${{ matrix.config.os == 'ubuntu-latest' }}
203
- uses : jrandiny /apt-repo-action@v2.0.1
205
+ uses : Pivot-Studio /apt-repo-action@master
204
206
with :
205
207
github_token : ${{ secrets.PAT }}
206
208
repo_supported_arch : |
@@ -213,7 +215,8 @@ jobs:
213
215
public_key : ${{ secrets.PUBLIC }}
214
216
private_key : ${{ secrets.PRIVATE }}
215
217
key_passphrase : ${{ secrets.SECRET }}
216
- page_branch : apt
218
+ page_branch : master
219
+ github_repository : Pivot-Studio/apt-repo
217
220
- name : tar artifacts
218
221
if : ${{ matrix.config.os != 'windows-latest' }}
219
222
env :
You can’t perform that action at this time.
0 commit comments