diff --git a/action.yml b/action.yml index 3e35b91..36a59e9 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: "Paul Campbell" description: | Checks the source files to TODO and FIXME comments (configurable) that don't have an associated OPEN issue. -input: +# input: # none yet # tags_regex: (TODO|FIXME) # issue_regex: ( |)(\(|\(#)(?P\d+)(\)) @@ -12,7 +12,7 @@ input: # debug: false runs: - using: "???" + using: "composite" steps: - run: echo "Forgejo TODO Checker" shell: bash