File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 47
47
- name : " ** Next Step **"
48
48
run : |
49
49
echo "Review PR: ${{ steps.draft-changelog.outputs.pr_url }}"
50
+ echo "## Next Step" >> $GITHUB_STEP_SUMMARY
51
+ echo "Review PR: ${{ steps.draft-changelog.outputs.pr_url }}" >> $GITHUB_STEP_SUMMARY
Original file line number Diff line number Diff line change 59
59
run : |
60
60
echo "Run the "Publish Release" Workflow with Release Url:"
61
61
echo ${{ steps.draft-release.outputs.release_url }}
62
+ echo "## Next Step" >> $GITHUB_STEP_SUMMARY
63
+ echo "Run the "Publish Release" Workflow with Release Url:" >> $GITHUB_STEP_SUMMARY
64
+ echo ${{ steps.draft-release.outputs.release_url }} >> $GITHUB_STEP_SUMMARY
Original file line number Diff line number Diff line change @@ -73,13 +73,21 @@ jobs:
73
73
run : |
74
74
echo "Verify the final release"
75
75
echo ${{ steps.publish-release.outputs.release_url }}
76
+ echo "## Next Step" >> $GITHUB_STEP_SUMMARY
77
+ echo "Verify the final release" >> $GITHUB_STEP_SUMMARY
78
+ echo ${{ steps.publish-release.outputs.release_url }} >> $GITHUB_STEP_SUMMARY
76
79
if [ ! -z "${{ steps.publish-release.outputs.pr_url }}" ]; then
77
80
echo "Merge the forwardport PR"
78
81
echo ${{ steps.publish-release.outputs.pr_url }}
82
+ echo "Merge the forwardport PR" >> $GITHUB_STEP_SUMMARY
83
+ echo ${{ steps.publish-release.outputs.pr_url }} >> $GITHUB_STEP_SUMMARY
79
84
fi
80
85
81
86
- name : " ** Failure Message **"
82
87
if : ${{ failure() }}
83
88
run : |
84
89
echo "Failed to Publish the Draft Release Url:"
85
90
echo ${{ steps.draft-release.outputs.release_url }}
91
+ echo "## Failure Message" >> $GITHUB_STEP_SUMMARY
92
+ echo ":x: Failed to Publish the Draft Release Url:" >> $GITHUB_STEP_SUMMARY
93
+ echo ${{ steps.draft-release.outputs.release_url }} >> $GITHUB_STEP_SUMMARY
Original file line number Diff line number Diff line change 35
35
run : |
36
36
echo "Verify the final release"
37
37
echo ${{ steps.publish-release.outputs.release_url }}
38
+ echo "## Next Step" >> $GITHUB_STEP_SUMMARY
39
+ echo "Verify the final release" >> $GITHUB_STEP_SUMMARY
40
+ echo ${{ steps.publish-release.outputs.release_url }} >> $GITHUB_STEP_SUMMARY
38
41
if [ ! -z "${{ steps.publish-release.outputs.pr_url }}" ]; then
39
42
echo "Merge the forwardport PR"
40
43
echo ${{ steps.publish-release.outputs.pr_url }}
44
+ echo "Merge the forwardport PR" >> $GITHUB_STEP_SUMMARY
45
+ echo ${{ steps.publish-release.outputs.pr_url }} >> $GITHUB_STEP_SUMMARY
41
46
fi
You can’t perform that action at this time.
0 commit comments