From 0fa83ec698fd9e3f8867fc9be1adb968de5afd94 Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Fri, 1 Dec 2023 08:58:52 +0100 Subject: [PATCH] fixed deploy workflow --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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