luizm / action-sh-checker

A GitHub action that performs static analysis for shell scripts using shellcheck, shfmt and checkbashisms.
MIT License
132 stars 12 forks source link

Unexpected inputs: sh_checker_comment/sh_checker_shfmt_disable #17

Closed kenorb closed 4 years ago

kenorb commented 4 years ago

As per README, I've added the following inputs:

      - name: Shell Check
        uses: luizm/action-sh-checker@master
        with:
          sh_checker_comment: true
          sh_checker_shfmt_disable: true

However they're not defined in "action.yml" and GitHub complains about it in Annotations section:

Unexpected input 'sh_checker_comment', valid inputs are ['']

Unexpected input 'sh_checker_shfmt_disable', valid inputs are ['']

Build: 113278948

luizm commented 4 years ago

Thank you, I've never seen this warning before.

I will fix it and release it soon.