Skip to content

Commit

Permalink
Fix error message in slack-message-broker.yml (#6261)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored Jun 27, 2024
1 parent 3df47ef commit 29eabaf
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 29eabaf

Please sign in to comment.