Skip to content

Commit 96c4cff

Browse files
committed
Fix repo name
1 parent d85c5dc commit 96c4cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
include: ${{ fromJSON(needs.retrieve-rust-apps.outputs.rust_apps) }}
5454
uses: ./.github/workflows/reusable_build_and_test_with_last_nightly.yml
5555
with:
56-
app_repository: ${{ matrix.app-name }}
56+
app_repository: LedgerHQ/${{ matrix.app-name }}
5757
app_branch_name: ${{ matrix.app-branch }}

0 commit comments

Comments
 (0)