Skip to content

Commit

Permalink
Fix another error in slack-message-broker.yml (#6262)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored Jun 27, 2024
1 parent 29eabaf commit e3c3fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slake-message-broker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
const action = "${{ github.event.action }}";
const conclusion = "${{ github.event.workflow_run.conclusion }}";
const message = `Workflow '${name}' \`${action}\`: \`${status}\`, \`${conclusion}\`, <${url}|View Logs>`;
print(message)
console.log(message)
core.setOutput("message", message);
- name: Notify Slack
Expand Down

0 comments on commit e3c3fd2

Please sign in to comment.