You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "The \`master\` branch has been successfully merged into \`development\`." >> $GITHUB_STEP_SUMMARY
66
+
echo "The [\`master\`]($source_branch_url) branch has been successfully merged into [\`development\`]($target_branch_url)." >> $GITHUB_STEP_SUMMARY
57
67
echo "" >> $GITHUB_STEP_SUMMARY
58
68
echo "**Merge type:** No fast-forward merge" >> $GITHUB_STEP_SUMMARY
59
69
echo "" >> $GITHUB_STEP_SUMMARY
60
-
echo "> The development branch is now synchronized with the latest changes from master." >> $GITHUB_STEP_SUMMARY
70
+
echo "> The [\`development\`]($target_branch_url) branch is now synchronized with the latest changes from [\`master\`]($source_branch_url)." >> $GITHUB_STEP_SUMMARY
0 commit comments