File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Go
1
+ name : build
2
2
3
3
on :
4
4
push :
16
16
with :
17
17
fetch-depth : 0
18
18
19
-
20
19
- name : Set up Go
21
20
uses : actions/setup-go@v2
22
21
with :
Original file line number Diff line number Diff line change 1
1
# ringo
2
2
3
+ ![ ] ( https://img.shields.io/github/v/release/enrichman/ringo )
4
+ ![ ] ( https://github.com/enrichman/ringo/actions/workflows/build.yml/badge.svg )
5
+
3
6
![ ringo.png] ( assets/ringo.png )
4
7
5
- Ringo is a wrapper written in Go around ` biscuit ` .
8
+ Ringo is a wrapper written in Go around [ ` biscuit ` ] ( https://github.com/dcoker/biscuit ) .
6
9
7
10
It can be used to select and decrypt the secrets in your project.
8
11
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ func main() {
23
23
24
24
if * showVersion {
25
25
fmt .Print (Version )
26
- os .Exit (1 )
26
+ os .Exit (0 )
27
27
}
28
28
29
29
if _ , err := os .Open (secretsFilename ); err != nil {
You can’t perform that action at this time.
0 commit comments