Skip to content

Commit 0a61737

Browse files
committed
updated debug passthrough
1 parent 06840d5 commit 0a61737

31 files changed

Lines changed: 31 additions & 31 deletions

.github/workflows/alpine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
with:
4343
container: alpine:latest
4444
caches: apk pip cpanm
45-
debug: ${{ github.event.inputs.debug || false }}
45+
debug: ${{ github.event.inputs.debug }}

.github/workflows/alpine_3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
with:
4343
container: alpine:3
4444
caches: apk pip cpanm
45-
debug: ${{ github.event.inputs.debug || false }}
45+
debug: ${{ github.event.inputs.debug }}

.github/workflows/centos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
with:
4343
container: centos:latest
4444
caches: yum pip cpanm
45-
debug: ${{ github.event.inputs.debug || false }}
45+
debug: ${{ github.event.inputs.debug }}

.github/workflows/centos7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
with:
4343
container: centos:7
4444
caches: yum pip cpanm
45-
debug: ${{ github.event.inputs.debug || false }}
45+
debug: ${{ github.event.inputs.debug }}

.github/workflows/centos8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
with:
4343
container: centos:8
4444
caches: yum pip cpanm
45-
debug: ${{ github.event.inputs.debug || false }}
45+
debug: ${{ github.event.inputs.debug }}

.github/workflows/checkov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
name: Checkov
5252
uses: HariSekhon/GitHub-Actions/.github/workflows/checkov.yaml@master
5353
with:
54-
debug: ${{ github.event.inputs.debug || false }}
54+
debug: ${{ github.event.inputs.debug }}

.github/workflows/debian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
with:
4343
container: debian:latest
4444
caches: apt pip cpanm
45-
debug: ${{ github.event.inputs.debug || false }}
45+
debug: ${{ github.event.inputs.debug }}

.github/workflows/debian_10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
with:
4343
container: debian:10
4444
caches: apt pip cpanm
45-
debug: ${{ github.event.inputs.debug || false }}
45+
debug: ${{ github.event.inputs.debug }}

.github/workflows/debian_6.yaml.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
container: debian:6
4444
# causes nodejs errors
4545
#caches: apt pip cpanm
46-
debug: ${{ github.event.inputs.debug || false }}
46+
debug: ${{ github.event.inputs.debug }}

.github/workflows/debian_7.yaml.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
container: debian:7
4444
# causes nodejs errors
4545
#caches: apt pip cpanm
46-
debug: ${{ github.event.inputs.debug || false }}
46+
debug: ${{ github.event.inputs.debug }}

0 commit comments

Comments
 (0)