Skip to content

Commit 78e6b91

Browse files
WVerlaeknandajavarma
authored andcommitted
Fix debug_enabled workflow input
1 parent 541ce72 commit 78e6b91

File tree

3 files changed

+35
-75
lines changed

3 files changed

+35
-75
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
debug_enabled:
1717
description: 'To run with tmate enter "debug_enabled"'
1818
required: false
19-
default: "false"
19+
default: ""
2020

2121
env:
2222
DOCKER_CLI_VERSION: "20.10.17"

go.mod

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ require (
9494
github.com/gogo/protobuf v1.3.2 // indirect
9595
github.com/golang/protobuf v1.5.3 // indirect
9696
github.com/google/gnostic v0.5.7-v3refs // indirect
97-
github.com/google/go-cmp v0.5.9 // indirect
9897
github.com/google/gofuzz v1.2.0 // indirect
9998
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
10099
github.com/gorilla/mux v1.8.0 // indirect
@@ -105,11 +104,6 @@ require (
105104
github.com/imdario/mergo v0.3.16 // indirect
106105
github.com/in-toto/in-toto-golang v0.5.0 // indirect
107106
github.com/inconshreveable/mousetrap v1.1.0 // indirect
108-
github.com/josharian/intern v1.0.0 // indirect
109-
github.com/json-iterator/go v1.1.12 // indirect
110-
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
111-
github.com/klauspost/compress v1.16.5 // indirect
112-
github.com/mailru/easyjson v0.7.6 // indirect
113107
github.com/jinzhu/gorm v1.9.11 // indirect
114108
github.com/josharian/intern v1.0.0 // indirect
115109
github.com/json-iterator/go v1.1.12 // indirect

0 commit comments

Comments
 (0)