fix: specify valid value for runs.using
All checks were successful
Test / test (push) Successful in 5s

This commit is contained in:
Paul Campbell 2024-09-17 16:20:13 +01:00
parent 1004263723
commit ba3ba3f48f

View file

@ -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<ISSUE_NUMBER>\d+)(\))
@ -12,7 +12,7 @@ input:
# debug: false
runs:
using: "???"
using: "composite"
steps:
- run: echo "Forgejo TODO Checker"
shell: bash