File tree 2 files changed +0
-32
lines changed 2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 42
42
[[ "${{ steps.split.outputs._1 }}" == "split" ]] || exit 1
43
43
[[ "${{ steps.split.outputs._2 }}" == "v1" ]] || exit 1
44
44
[[ "${{ steps.split.outputs.length }}" == "3" ]] || exit 1
45
-
46
- actions-test :
47
- runs-on : ubuntu-18.04
48
- steps :
49
- - name : Checkout
50
- uses : actions/checkout@v2
51
-
52
- -
uses :
jungwinter/[email protected]
53
- id : split
54
- with :
55
- msg : jungwinter/split
56
- separator : ' /'
57
-
58
- - name : Test results
59
- run : |
60
- [[ "${{ steps.split.outputs._0 }}" == "jungwinter" ]] || exit 1
61
- [[ "${{ steps.split.outputs._1 }}" == "split" ]] || exit 1
62
- [[ "${{ steps.split.outputs.length }}" == "2" ]] || exit 1
Original file line number Diff line number Diff line change 21
21
release_name : Release ${{ github.ref }}
22
22
body : |
23
23
Release ${{ github.ref }}
24
-
25
- docker :
26
- runs-on : ubuntu-18.04
27
- steps :
28
- - name : Checkout
29
- uses : actions/checkout@v2
30
-
31
- - name : Build and push
32
- uses : docker/build-push-action@v1
33
- with :
34
- username : winterjung
35
- password : ${{ secrets.DOCKER_PASSWORD }}
36
- repository : winterjung/split
37
- tag_with_ref : true
You can’t perform that action at this time.
0 commit comments