fix: specify valid value for runs.using
All checks were successful
Test / test (push) Successful in 5s
All checks were successful
Test / test (push) Successful in 5s
This commit is contained in:
parent
1004263723
commit
ba3ba3f48f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue