diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a4533a8a..6848fec1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,13 +33,13 @@ jobs: - name: Checkout PPA's master uses: actions/checkout@v3 with: - repository: ctu-mrs/ppa-stable + repository: ctu-mrs/ppa-testing path: .master ref: master token: ${{ secrets.PUSH_TOKEN }} - name: Release - run: .ci_scripts/ppa_maintanance/release.sh stable from-debs-branch + run: .ci_scripts/ppa_maintanance/release.sh testing from-debs-branch - name: Push uses: peaceiris/actions-gh-pages@v3