Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
HeesungB committed Mar 26, 2024
1 parent 8cfc07e commit 81413c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/slack-bot-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
steps:
- name: Slack Alert Notification
uses: slackapi/[email protected]
if: ${{ steps.check-update.outputs.hasError }}
with:
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
payload: |
Expand All @@ -24,7 +23,7 @@ jobs:
{
"title": "Error Message",
"short": false,
"value": "${{ steps.check-update.outputs.errorMessage }}"
"value": "test"
}
]
}
Expand Down

0 comments on commit 81413c0

Please sign in to comment.