mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-04 11:11:44 +00:00
ci: Fix typo in regenerate-static-assets comment
This commit is contained in:
@@ -87,7 +87,7 @@ jobs:
|
|||||||
let message = '';
|
let message = '';
|
||||||
var workflowUrl = `${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}`;
|
var workflowUrl = `${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}`;
|
||||||
if (status === 'no_changes') {
|
if (status === 'no_changes') {
|
||||||
message = `@${context.actor} No changes to commit ([ref](${workflowUrl}).`;
|
message = `@${context.actor} No changes to commit ([ref](${workflowUrl})).`;
|
||||||
} else {
|
} else {
|
||||||
reaction = '-1';
|
reaction = '-1';
|
||||||
message = `@${context.actor} There was an issue regenerating static assets. Please check the [workflow run logs](${workflowUrl}) for more details.`;
|
message = `@${context.actor} There was an issue regenerating static assets. Please check the [workflow run logs](${workflowUrl}) for more details.`;
|
||||||
|
|||||||
Reference in New Issue
Block a user