Skip to content

Commit

Permalink
fix: update slack channel in main.yml, add dist to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi591 committed Jun 20, 2024
1 parent f5d2c5c commit 587e058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
id: slack
uses: wingify/[email protected]
with:
channel-id: 'fs-review-team'
channel-id: 'vwo-fs-fme-sdk-job-status'
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"
color: "${{job.status == 'success' && '#00FF00' || '#FF0000'}}"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build/
.installed.cfg
*.egg
MANIFEST

dist/

.covergae
coverage/
Expand Down

0 comments on commit 587e058

Please sign in to comment.