From 87e5781be34a515ecd072956f3f09387f0e87ba9 Mon Sep 17 00:00:00 2001 From: GroM Date: Mon, 5 Feb 2024 16:46:50 +0100 Subject: [PATCH] update workflow 6 --- .github/workflows/build_all_apps.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_all_apps.yml b/.github/workflows/build_all_apps.yml index 63c1ef13..15eb2de5 100644 --- a/.github/workflows/build_all_apps.yml +++ b/.github/workflows/build_all_apps.yml @@ -18,11 +18,11 @@ jobs: fail-fast: false matrix: include: - - repo: 'LedgerHQ/app-mobilecoin' + - repo: 'app-mobilecoin' branch: 'develop' - - repo: 'LedgerHQ/app-radix-babylon' + - repo: 'app-radix-babylon' branch: 'develop' - - repo: 'LedgerHQ/app-boilerplate-rust' + - repo: 'app-boilerplate-rust' branch: 'main' runs-on: ubuntu-latest container: @@ -31,7 +31,7 @@ jobs: - name: Clone App uses: actions/checkout@v4 with: - repository: ${{ matrix.repo }} + repository: LedgerHQ/${{ matrix.repo }} submodules: true ref: ${{ matrix.branch }} path: ${{ matrix.repo }}-${{ matrix.branch }}