diff --git a/action.yml b/action.yml index c0dc1c8..5e2142a 100644 --- a/action.yml +++ b/action.yml @@ -1,9 +1,9 @@ -me: ShellCheck -author: fearphage ' +description: 'Check shell scripts using shellcheck' runs: - using: docker - image: Dockerfile + using: 'docker' + image: 'Dockerfile' branding: - icon: code - color: red + icon: 'code' + color: 'red'