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 0865abb commit cc74295Copy full SHA for cc74295
.github/actions/merge-branches-verified/merge-branches-verified.sh
@@ -55,6 +55,7 @@ TO_SHA=$last_cmd_stdout
55
if [ -n "$GITHUB_OUTPUT" ]; then
56
echo "target_before_merge_sha=$TO_SHA" >> "$GITHUB_OUTPUT"
57
echo "source_commit_sha=$FROM_SHA" >> "$GITHUB_OUTPUT"
58
+ cat "$GITHUB_OUTPUT"
59
fi
60
61
# Check if FROM_BRANCH is already merged into TO_BRANCH
0 commit comments