Skip to content

Commit cc74295

Browse files
committed
debug Output
1 parent 0865abb commit cc74295

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/merge-branches-verified/merge-branches-verified.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ TO_SHA=$last_cmd_stdout
5555
if [ -n "$GITHUB_OUTPUT" ]; then
5656
echo "target_before_merge_sha=$TO_SHA" >> "$GITHUB_OUTPUT"
5757
echo "source_commit_sha=$FROM_SHA" >> "$GITHUB_OUTPUT"
58+
cat "$GITHUB_OUTPUT"
5859
fi
5960

6061
# Check if FROM_BRANCH is already merged into TO_BRANCH

0 commit comments

Comments
 (0)