File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ name: test
4
4
on :
5
5
push :
6
6
branches :
7
- - master
7
+ - master
8
8
tags :
9
- - v*
9
+ - v*
10
10
pull_request :
11
11
env :
12
12
DEBIAN_FRONTEND : noninteractive
@@ -64,10 +64,10 @@ jobs:
64
64
needs : test
65
65
runs-on : ubuntu-latest
66
66
steps :
67
- - uses : shogo82148/actions-goveralls@v1
68
- with :
69
- github-token : ${{ secrets.GITHUB_TOKEN }}
70
- parallel-finished : true
67
+ - uses : shogo82148/actions-goveralls@v1
68
+ with :
69
+ github-token : ${{ secrets.GITHUB_TOKEN }}
70
+ parallel-finished : true
71
71
build :
72
72
needs : test
73
73
runs-on : ubuntu-latest
@@ -114,8 +114,8 @@ jobs:
114
114
with :
115
115
directory : artifacts/
116
116
github-token : ${{ secrets.GITHUB_TOKEN }}
117
- tag-prefix : ' refs/tags/v'
118
- bump-up-branch-prefix : ' bump-version-'
117
+ tag-prefix : " refs/tags/v"
118
+ bump-up-branch-prefix : " bump-version-"
119
119
- uses : 8398a7/action-slack@v3
120
120
with :
121
121
status : ${{ job.status }}
You can’t perform that action at this time.
0 commit comments