We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85c5dc commit 96c4cffCopy full SHA for 96c4cff
.github/workflows/nightly_build_and_test.yml
@@ -53,5 +53,5 @@ jobs:
53
include: ${{ fromJSON(needs.retrieve-rust-apps.outputs.rust_apps) }}
54
uses: ./.github/workflows/reusable_build_and_test_with_last_nightly.yml
55
with:
56
- app_repository: ${{ matrix.app-name }}
+ app_repository: LedgerHQ/${{ matrix.app-name }}
57
app_branch_name: ${{ matrix.app-branch }}
0 commit comments