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 a847a75 commit f3362bbCopy full SHA for f3362bb
.github/workflows/reusable_build_all_apps.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
if [ -n "${{ inputs.c_sdk_branch }}" ]; then
28
echo "repo=LedgerHQ/ledger-device-rust-sdk" >> $GITHUB_OUTPUT
29
- echo "branch=refs/heads/master" >> $GITHUB_OUTPUT
+ echo "branch=y333/update_ci" >> $GITHUB_OUTPUT
30
else
31
echo "repo=${{ github.repository}}" >> $GITHUB_OUTPUT
32
echo "branch=${{ github.ref }}" >> $GITHUB_OUTPUT
0 commit comments