File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ jobs:
121121 <p style="margin:8px 0;"><strong>Workflow:</strong> <a href="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" style="color:#0066cc;">View Run Logs</a></p>
122122 <p style="margin:8px 0;"><strong>Status:</strong> <span style="color:${{ steps.set-status.outputs.status_color }}; font-weight:bold;">${{ steps.set-status.outputs.status }}</span></p>
123123 <p style="margin:8px 0;"><strong>Commit:</strong> <a href="${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}" style="color:#0066cc;">${{ github.sha }}</a></p>
124+ <p style="margin:8px 0;"><strong>Message:</strong> <em style="color:#666;">"${{ github.event.head_commit.message }}"</em></p>
124125 <p style="margin:8px 0;"><strong>Branch:</strong> <span style="color:#555;">${{ github.ref_name }}</span></p>
125126 <p style="margin:8px 0;"><strong>Author:</strong> ${{ github.actor }}</p>
126127 <p style="margin:8px 0;"><strong>Started:</strong> ${{ steps.start-time.outputs.start_time_formatted }}</p>
You can’t perform that action at this time.
0 commit comments