Skip to content

Commit f3362bb

Browse files
committed
Use PR branch when using workflow_call
1 parent a847a75 commit f3362bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_build_all_apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
if [ -n "${{ inputs.c_sdk_branch }}" ]; then
2828
echo "repo=LedgerHQ/ledger-device-rust-sdk" >> $GITHUB_OUTPUT
29-
echo "branch=refs/heads/master" >> $GITHUB_OUTPUT
29+
echo "branch=y333/update_ci" >> $GITHUB_OUTPUT
3030
else
3131
echo "repo=${{ github.repository}}" >> $GITHUB_OUTPUT
3232
echo "branch=${{ github.ref }}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)