Skip to content

Commit

Permalink
updated debug passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Mar 24, 2022
1 parent fbea11a commit 8d426dc
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
container: alpine:latest
caches: apk pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/alpine_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
container: alpine:3
caches: apk pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
container: centos:latest
caches: yum pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
container: centos:7
caches: yum pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/centos8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
container: centos:8
caches: yum pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/checkov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
name: Checkov
uses: HariSekhon/GitHub-Actions/.github/workflows/checkov.yaml@master
with:
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
container: debian:latest
caches: apt pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/debian_10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
container: debian:10
caches: apt pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/debian_6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
container: debian:6
# causes nodejs errors
#caches: apt pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/debian_7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
container: debian:7
# causes nodejs errors
#caches: apt pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/debian_8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
container: debian:8
caches: apt pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/debian_9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
container: debian:9
caches: apt pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
container: fedora
caches: yum pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
runs-on: macos-latest
caches: brew pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/mac11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
runs-on: macos-11
caches: brew pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/mac_10.15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
runs-on: macos-10.15
caches: brew pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/pypy2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
uses: HariSekhon/GitHub-Actions/.github/workflows/python.yaml@master
with:
version: pypy2
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/pypy3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
uses: HariSekhon/GitHub-Actions/.github/workflows/python.yaml@master
with:
version: pypy3
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/python2.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
uses: HariSekhon/GitHub-Actions/.github/workflows/python.yaml@master
with:
version: 2.7
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/python3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
uses: HariSekhon/GitHub-Actions/.github/workflows/python.yaml@master
with:
version: "3.10"
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/python3.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
uses: HariSekhon/GitHub-Actions/.github/workflows/python.yaml@master
with:
version: 3.6
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/python3.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
uses: HariSekhon/GitHub-Actions/.github/workflows/python.yaml@master
with:
version: 3.7
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/python3.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
uses: HariSekhon/GitHub-Actions/.github/workflows/python.yaml@master
with:
version: 3.8
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/python3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
uses: HariSekhon/GitHub-Actions/.github/workflows/python.yaml@master
with:
version: 3.9
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
container: ubuntu:latest
caches: apt pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_14.04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
container: ubuntu:14.04
caches: apt pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_16.04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
container: ubuntu:16.04
caches: apt pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_18.04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
container: ubuntu:18.04
caches: apt pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_20.04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
container: ubuntu:20.04
caches: apt pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master
with:
caches: apt pip cpanm
debug: ${{ github.event.inputs.debug || false }}
debug: ${{ github.event.inputs.debug }}

0 comments on commit 8d426dc

Please sign in to comment.