1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-04 19:54:43 +00:00

ci: Fix typo in regenerate-static-assets comment

This commit is contained in:
TwiN
2026-01-16 17:26:26 -05:00
committed by GitHub
parent d8724d683e
commit ce269905b7

View File

@@ -87,7 +87,7 @@ jobs:
let message = '';
var workflowUrl = `${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}`;
if (status === 'no_changes') {
message = `@${context.actor} No changes to commit ([ref](${workflowUrl}).`;
message = `@${context.actor} No changes to commit ([ref](${workflowUrl})).`;
} else {
reaction = '-1';
message = `@${context.actor} There was an issue regenerating static assets. Please check the [workflow run logs](${workflowUrl}) for more details.`;