We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fde30 commit a9d943dCopy full SHA for a9d943d
.github/workflows/deploy.yml
@@ -34,13 +34,13 @@ jobs:
34
- name: Checkout PPA's master
35
uses: actions/checkout@v3
36
with:
37
- repository: ctu-mrs/ppa2-unstable
+ repository: ctu-mrs/ppa2-testing
38
path: .master
39
ref: master
40
token: ${{ secrets.PUSH_TOKEN }}
41
42
- name: Release
43
- run: .ci_scripts/ppa_maintanance/release.sh unstable from-debs-branch
+ run: .ci_scripts/ppa_maintanance/release.sh testing from-debs-branch
44
45
- name: Push
46
uses: peaceiris/actions-gh-pages@v3
0 commit comments