File tree 8 files changed +3
-13
lines changed
8 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,6 @@ jobs:
344
344
uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
345
345
with :
346
346
status : ${{ job.status }}
347
- steps : ${{ toJson(steps) }}
348
347
channel : ' #npm-ci'
349
348
if : failure()
350
349
@@ -518,7 +517,6 @@ jobs:
518
517
uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
519
518
with :
520
519
status : ${{ job.status }}
521
- steps : ${{ toJson(steps) }}
522
520
channel : ' #npm-ci'
523
521
if : failure()
524
522
@@ -698,7 +696,6 @@ jobs:
698
696
uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
699
697
with :
700
698
status : ${{ job.status }}
701
- steps : ${{ toJson(steps) }}
702
699
channel : ' #npm-ci'
703
700
if : failure()
704
701
Original file line number Diff line number Diff line change @@ -218,7 +218,6 @@ jobs:
218
218
uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
219
219
with :
220
220
status : ${{ job.status }}
221
- steps : ${{ toJson(steps) }}
222
221
channel : ' #npm-ci'
223
222
if : failure()
224
223
Original file line number Diff line number Diff line change 95
95
uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
96
96
with :
97
97
status : ${{ job.status }}
98
- steps : ${{ toJson(steps) }}
99
98
channel : ' #npm-ci'
100
99
if : failure()
Original file line number Diff line number Diff line change 94
94
uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
95
95
with :
96
96
status : ${{ job.status }}
97
- steps : ${{ toJson(steps) }}
98
97
channel : ' #npm-ci'
99
98
if : failure()
100
99
@@ -139,7 +138,6 @@ jobs:
139
138
uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
140
139
with :
141
140
status : ${{ job.status }}
142
- steps : ${{ toJson(steps) }}
143
141
channel : ' #npm-ci'
144
142
if : failure()
145
143
@@ -184,6 +182,5 @@ jobs:
184
182
uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
185
183
with :
186
184
status : ${{ job.status }}
187
- steps : ${{ toJson(steps) }}
188
185
channel : ' #npm-ci'
189
186
if : failure()
Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ jobs:
119
119
uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
120
120
with :
121
121
status : ${{ job.status }}
122
- steps : ${{ toJson(steps) }}
123
122
channel : ' #npm-ci'
124
123
if : failure()
125
124
Original file line number Diff line number Diff line change 81
81
uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
82
82
with :
83
83
status : ${{ job.status }}
84
- steps : ${{ toJson(steps) }}
85
84
channel : ' #npm-ci'
86
85
if : failure()
Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
209
209
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/string-base-replace-after-last.svg
210
210
[ npm-url ] : https://npmjs.org/package/@stdlib/string-base-replace-after-last
211
211
212
- [ test-image ] : https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml/badge.svg?branch=main
213
- [ test-url ] : https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml?query=branch:main
212
+ [ test-image ] : https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml/badge.svg?branch=v0.1.0
213
+ [ test-url ] : https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml?query=branch:v0.1.0
214
214
215
215
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/string-base-replace-after-last/main.svg
216
216
[ coverage-url ] : https://codecov.io/github/stdlib-js/string-base-replace-after-last?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/string-base-replace-after-last" ,
3
- "version" : " 0.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"description" : " Replace the substring after the last occurrence of a specified search string." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments