Skip to content

Commit 5651232

Browse files
committed
adds workflow summary
1 parent 46a1f85 commit 5651232

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ jobs:
163163
`Logs uploaded as [Resurgo.AI-log-${{github.run_id}}-${{github.run_attempt}}](${{ needs.deploy.outputs.artifact-url }}).\n\n` +
164164
`Orchestrator notified. Awaiting worker assignment.`
165165
});
166+
await core.summary
167+
.addHeading('RCA initiateduu successfully')
168+
.addRaw('Proggress updates and results will appear as comments under the last pushed commit: ')
169+
.addLink(context.sha, context.payload.head_commit.url)
170+
.write()
166171
167172
- name: RCA Error Handler
168173
id: deploy-error

0 commit comments

Comments
 (0)