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 @@ -104,7 +104,7 @@ jobs:
104
104
- run : npm install
105
105
- run : npm test
106
106
107
- - uses : iRoachie/slack-github-actions@v2.2 .0
107
+ - uses : iRoachie/slack-github-actions@v2.3 .0
108
108
env :
109
109
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
110
110
with :
@@ -156,7 +156,7 @@ jobs:
156
156
if: always() # Always runs even if one of the builds fails
157
157
runs-on: ubuntu-latest
158
158
steps:
159
- - uses: iRoachie/slack-github-actions@v2.2 .0
159
+ - uses: iRoachie/slack-github-actions@v2.3 .0
160
160
env:
161
161
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
162
162
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.2 .0" ,
3
+ "version" : " 2.3 .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