From ba3ba3f48f81672dabe5a0661ea25f5fa88ffb3f Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 17 Sep 2024 16:20:13 +0100 Subject: [PATCH] fix: specify valid value for runs.using --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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