Skip to content

Commit

Permalink
Pin shellcheck and switch to boolean inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoann Chaudet committed Dec 27, 2021
1 parent 64126f9 commit b25c121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Run ShellCheck
uses: ludeeus/action-shellcheck@1.1.0
uses: ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9
with:
version: v0.8.0
format: tty
2 changes: 1 addition & 1 deletion action.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
verbose:
description: 'Verbose output'
required: false
default: '1'
default: true
token:
description: 'GitHub token'
required: true
Expand Down

0 comments on commit b25c121

Please sign in to comment.