Skip to content

Commit 362bcd2

Browse files
authored
Update ci.yml
1 parent 0daf94d commit 362bcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
runs-on: ubuntu-latest
252252
steps:
253253
- name: Send Slack Notification
254-
if: ${{ secrets.CCM_SLACK_BOT_TOKEN != '' }}
254+
if: ${{ inputs.slack_channel != '' }}
255255
uses: slackapi/slack-github-action@v2.0.0
256256
with:
257257
method: chat.postMessage

0 commit comments

Comments
 (0)