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:
184184 cp ${{ steps.build-deb.outputs.file_name }} ${{ matrix.config.dir }}/
185185 - name : Update apt repo
186186 if : ${{ matrix.config.os == 'ubuntu-latest' }}
187- uses : jrandiny /apt-repo-action@v2.0.1
187+ uses : Pivot-Studio /apt-repo-action@master
188188 with :
189189 github_token : ${{ secrets.PAT }}
190190 repo_supported_arch : |
@@ -197,10 +197,12 @@ jobs:
197197 public_key : ${{ secrets.PUBLIC }}
198198 private_key : ${{ secrets.PRIVATE }}
199199 key_passphrase : ${{ secrets.SECRET }}
200- page_branch : apt
200+ page_branch : master
201+ github_repository : Pivot-Studio/apt-repo
202+
201203 - name : Update apt repo
202204 if : ${{ matrix.config.os == 'ubuntu-latest' }}
203- uses : jrandiny /apt-repo-action@v2.0.1
205+ uses : Pivot-Studio /apt-repo-action@master
204206 with :
205207 github_token : ${{ secrets.PAT }}
206208 repo_supported_arch : |
@@ -213,7 +215,8 @@ jobs:
213215 public_key : ${{ secrets.PUBLIC }}
214216 private_key : ${{ secrets.PRIVATE }}
215217 key_passphrase : ${{ secrets.SECRET }}
216- page_branch : apt
218+ page_branch : master
219+ github_repository : Pivot-Studio/apt-repo
217220 - name : tar artifacts
218221 if : ${{ matrix.config.os != 'windows-latest' }}
219222 env :
You can’t perform that action at this time.
0 commit comments