From 9729f8d84e9ff7f94293ffcb88340c0148e3aba3 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sun, 4 Aug 2024 21:37:04 +0200 Subject: [PATCH] test --- .github/workflows/alpha.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index fec9364c9..0fbbc4893 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -295,8 +295,7 @@ jobs: steps: - name: Update repo uses: actions/checkout@v4 - - + - name: Clone flatpak repo uses: actions/checkout@v4 with: @@ -315,7 +314,6 @@ jobs: git config --global user.email "mauro-balades@users.noreply.github.com" git config --global user.name "mauro-balades" - git checkout -b update-to-${{ needs.build-data.outputs.version }} - name: Prepare flatpak manifest run: | @@ -333,6 +331,6 @@ jobs: This PR updates the Zen Browser Flatpak package to version ${{ needs.build-data.outputs.version }}. @mauro-balades branch: update-to-${{ needs.build-data.outputs.version }} base: master - delete-branch: true path: flatpak-repo - + delete-branch: true +