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 7062a62 commit ae4f657Copy full SHA for ae4f657
.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-repo }}
57
- app-branch-name: ${{ matrix.app-branch }}
+ app_repository: ${{ matrix.app-name }}
+ app_branch_name: ${{ matrix.app-branch }}
0 commit comments