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 a1decc6 commit a847a75Copy full SHA for a847a75
.github/workflows/reusable_build_all_apps.yml
@@ -25,8 +25,8 @@ jobs:
25
id: get_repo_and_branch
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 "repo=LedgerHQ/ledger-device-rust-sdk" >> $GITHUB_OUTPUT
+ echo "branch=refs/heads/master" >> $GITHUB_OUTPUT
30
else
31
echo "repo=${{ github.repository}}" >> $GITHUB_OUTPUT
32
echo "branch=${{ github.ref }}" >> $GITHUB_OUTPUT
0 commit comments