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 46a1f85 commit 5651232Copy full SHA for 5651232
.github/workflows/deploy.yml
@@ -163,6 +163,11 @@ jobs:
163
`Logs uploaded as [Resurgo.AI-log-${{github.run_id}}-${{github.run_attempt}}](${{ needs.deploy.outputs.artifact-url }}).\n\n` +
164
`Orchestrator notified. Awaiting worker assignment.`
165
});
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()
171
172
- name: RCA Error Handler
173
id: deploy-error
0 commit comments