Skip to content

Commit a847a75

Browse files
committed
Fix repo URL
1 parent a1decc6 commit a847a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_build_all_apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
id: get_repo_and_branch
2626
run: |
2727
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
28+
echo "repo=LedgerHQ/ledger-device-rust-sdk" >> $GITHUB_OUTPUT
29+
echo "branch=refs/heads/master" >> $GITHUB_OUTPUT
3030
else
3131
echo "repo=${{ github.repository}}" >> $GITHUB_OUTPUT
3232
echo "branch=${{ github.ref }}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)