Skip to content

Commit f693474

Browse files
softvarAbhi591
authored andcommitted
fix: update slack channel in main.yml, add dist to gitignore [skip-ci]
1 parent f5d2c5c commit f693474

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
id: slack
4848
uses: wingify/slack-github-action@v1.15.1-wingify
4949
with:
50-
channel-id: 'fs-review-team'
50+
channel-id: 'vwo-fs-fme-sdk-job-status'
5151
slack-message: "<!here> Test on *Python-${{ matrix.python-version }}* and *${{ matrix.os }}* got *${{job.status}}* ${{job.status == 'success' && ':heavy_check_mark:' || ':x:'}} \nCommit: `${{github.event.head_commit.message}}`. \nCheck the latest build: https://github.com/wingify/vwo-fme-python-sdk/actions"
5252
color: "${{job.status == 'success' && '#00FF00' || '#FF0000'}}"
5353
env:
54-
SLACK_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
54+
SLACK_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build/
2323
.installed.cfg
2424
*.egg
2525
MANIFEST
26-
26+
dist/
2727

2828
.covergae
2929
coverage/

0 commit comments

Comments
 (0)