Pin shellcheck and switch to boolean inputs
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Run ShellCheck
|
- name: Run ShellCheck
|
||||||
uses: ludeeus/action-shellcheck@1.1.0
|
uses: ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9
|
||||||
with:
|
with:
|
||||||
version: v0.8.0
|
version: v0.8.0
|
||||||
format: tty
|
format: tty
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ inputs:
|
|||||||
verbose:
|
verbose:
|
||||||
description: 'Verbose output'
|
description: 'Verbose output'
|
||||||
required: false
|
required: false
|
||||||
default: '1'
|
default: true
|
||||||
token:
|
token:
|
||||||
description: 'GitHub token'
|
description: 'GitHub token'
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user