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 cc74295 commit b5b47ddCopy full SHA for b5b47dd
.github/actions/merge-branches-verified/action.yml
@@ -15,7 +15,7 @@ outputs:
15
value: ${{ steps.merge-branches.outputs.merge_commit_sha }}
16
target_before_merge_sha:
17
description: 'SHA of the target branch BEFORE merge'
18
- value: ${{ steps.merge-branches.outputs.target_commit_sha }}
+ value: ${{ steps.merge-branches.outputs.target_before_merge_sha }}
19
source_commit_sha:
20
description: 'SHA of the source branch'
21
value: ${{ steps.merge-branches.outputs.source_commit_sha }}
0 commit comments