Skip to content

Commit

Permalink
Fix error message in slack-message-broker.yml (IntersectMBO#6261)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored and v0d1ch committed Dec 6, 2024
1 parent 2dd44d3 commit e7f8f7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/slake-message-broker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
const status = "${{ github.event.workflow_run.status }}";
const action = "${{ github.event.action }}";
const conclusion = "${{ github.event.workflow_run.conclusion }}";
const message = `Workflow "${name}" \`${action}\`: \`${status}\`, \`${conclusion}\`, <${url}|View Logs>`;
const message = `Workflow '${name}' \`${action}\`: \`${status}\`, \`${conclusion}\`, <${url}|View Logs>`;
print(message)
core.setOutput("message", message);
- name: Notify Slack
Expand Down

0 comments on commit e7f8f7d

Please sign in to comment.