From 47ed12523e4813abe7a73199b61e2a043b377b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0ach?= Date: Tue, 12 Nov 2024 11:52:06 +0100 Subject: [PATCH] Use the master branch of actions to release flatpak manifest --- .github/workflows/get_release_flatpak_manifest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get_release_flatpak_manifest.yml b/.github/workflows/get_release_flatpak_manifest.yml index 7774939469..f2ff1a9c93 100644 --- a/.github/workflows/get_release_flatpak_manifest.yml +++ b/.github/workflows/get_release_flatpak_manifest.yml @@ -10,8 +10,8 @@ on: jobs: bundle_flatpak: - uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/get_release_flatpak_manifest.yml@ms_release_flatpak_manifest + uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/get_release_flatpak_manifest.yml@master secrets: inherit with: - actions_branch: ms_release_flatpak_manifest + actions_branch: master tag: ${{ inputs.tag }}