From 3a43bbac0b85209bb3ee3abe4f7eb2d137a73c79 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Wed, 6 Nov 2024 18:18:39 +0100 Subject: [PATCH] IOS-8113: Use actions from the test branch Signed-off-by: Andrey Fedorov --- .github/workflows/build-deploy-beta.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-deploy-beta.yml b/.github/workflows/build-deploy-beta.yml index 44577b9ba4..0660f1bb76 100644 --- a/.github/workflows/build-deploy-beta.yml +++ b/.github/workflows/build-deploy-beta.yml @@ -104,7 +104,7 @@ jobs: build: name: Tangem Beta needs: prepare - uses: tangem/actions/.github/workflows/build.yml@feature/IOS-8112_ci_cd_alpha_builds_workflow + uses: tangem/actions/.github/workflows/build.yml@test/IOS-8112_ci_cd_alpha_builds_workflow with: stage: '${{ needs.prepare.outputs.stage }}' version: '${{ needs.prepare.outputs.version }}' @@ -117,7 +117,7 @@ jobs: deploy: name: Google Distribution - uses: tangem/actions/.github/workflows/deploy-firebase.yml@feature/IOS-8112_ci_cd_alpha_builds_workflow + uses: tangem/actions/.github/workflows/deploy-firebase.yml@test/IOS-8112_ci_cd_alpha_builds_workflow needs: - prepare - build @@ -134,7 +134,7 @@ jobs: notification: name: Deploy Notification - uses: tangem/actions/.github/workflows/notification.yml@feature/IOS-8112_ci_cd_alpha_builds_workflow + uses: tangem/actions/.github/workflows/notification.yml@test/IOS-8112_ci_cd_alpha_builds_workflow needs: - prepare - build @@ -154,7 +154,7 @@ jobs: name: Error Notification # if: failure() if: false # TODO: Test only, remove - uses: tangem/actions/.github/workflows/notification.yml@feature/IOS-8112_ci_cd_alpha_builds_workflow + uses: tangem/actions/.github/workflows/notification.yml@test/IOS-8112_ci_cd_alpha_builds_workflow needs: - prepare - build