Skip to content

Commit ae4f657

Browse files
committed
Fix workflow
1 parent 7062a62 commit ae4f657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly_build_and_test.yml

Lines changed: 2 additions & 2 deletions
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-repo }}
57-
app-branch-name: ${{ matrix.app-branch }}
56+
app_repository: ${{ matrix.app-name }}
57+
app_branch_name: ${{ matrix.app-branch }}

0 commit comments

Comments
 (0)