Skip to content

Commit b5b47dd

Browse files
committed
Fix target branch source
1 parent cc74295 commit b5b47dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/merge-branches-verified/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ outputs:
1515
value: ${{ steps.merge-branches.outputs.merge_commit_sha }}
1616
target_before_merge_sha:
1717
description: 'SHA of the target branch BEFORE merge'
18-
value: ${{ steps.merge-branches.outputs.target_commit_sha }}
18+
value: ${{ steps.merge-branches.outputs.target_before_merge_sha }}
1919
source_commit_sha:
2020
description: 'SHA of the source branch'
2121
value: ${{ steps.merge-branches.outputs.source_commit_sha }}

0 commit comments

Comments
 (0)