File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 97
97
- run : npm install
98
98
- run : npm test
99
99
100
- - uses : iRoachie/slack-github-actions@v2.0.1
100
+ - uses : iRoachie/slack-github-actions@v2.2.0
101
101
env :
102
102
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
103
103
with :
@@ -149,7 +149,7 @@ jobs:
149
149
if: always() # Always runs even if one of the builds fails
150
150
runs-on: ubuntu-latest
151
151
steps:
152
- - uses: iRoachie/slack-github-actions@v2.0.1
152
+ - uses: iRoachie/slack-github-actions@v2.2.0
153
153
env:
154
154
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
155
155
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " slack-github-action" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.2.0 " ,
4
4
"source" : " src/index.ts" ,
5
5
"main" : " dist/index.js" ,
6
6
"repository" : " https://github.com/iRoachie/slack-github-action.git" ,
You can’t perform that action at this time.
0 commit comments