File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
id : slack
48
48
uses : wingify/slack-github-action@v1.15.1-wingify
49
49
with :
50
- channel-id : ' fs-review-team '
50
+ channel-id : ' vwo- fs-fme-sdk-job-status '
51
51
slack-message : " <!here> Test on *Python-${{ matrix.python-version }}* and *${{ matrix.os }}* got *${{job.status}}* ${{job.status == 'success' && ':heavy_check_mark:' || ':x:'}} \n Commit: `${{github.event.head_commit.message}}`. \n Check the latest build: https://github.com/wingify/vwo-fme-python-sdk/actions"
52
52
color : " ${{job.status == 'success' && '#00FF00' || '#FF0000'}}"
53
53
env :
54
- SLACK_BOT_TOKEN : ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
54
+ SLACK_BOT_TOKEN : ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
Original file line number Diff line number Diff line change 23
23
.installed.cfg
24
24
* .egg
25
25
MANIFEST
26
-
26
+ dist /
27
27
28
28
.covergae
29
29
coverage /
You can’t perform that action at this time.
0 commit comments