Skip to content

Commit

Permalink
Fix-slack-notify (#3928)
Browse files Browse the repository at this point in the history
* split notify into its own job

* move from own file back

* fix id only
  • Loading branch information
gyfchong authored Jul 31, 2023
1 parent 34a6211 commit 2c5ae09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
with:
channel-id: "wol_kaizen"
channel-id: "C02NUQ27G56"
payload-file-path: "../payload/slack-notify-release.json"
- name: Notify Slack (failure)
if: steps.changesets.outputs.published == 'false'
Expand All @@ -40,5 +40,5 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
with:
channel-id: "wol_kaizen"
channel-id: "C02NUQ27G56"
payload-file-path: "../payload/slack-notify-release.json"

0 comments on commit 2c5ae09

Please sign in to comment.