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: |
|
description: |
|
||||||
Checks the source files to TODO and FIXME comments (configurable) that don't have an associated OPEN issue.
|
Checks the source files to TODO and FIXME comments (configurable) that don't have an associated OPEN issue.
|
||||||
|
|
||||||
input:
|
# input:
|
||||||
# none yet
|
# none yet
|
||||||
# tags_regex: (TODO|FIXME)
|
# tags_regex: (TODO|FIXME)
|
||||||
# issue_regex: ( |)(\(|\(#)(?P<ISSUE_NUMBER>\d+)(\))
|
# issue_regex: ( |)(\(|\(#)(?P<ISSUE_NUMBER>\d+)(\))
|
||||||
|
@ -12,7 +12,7 @@ input:
|
||||||
# debug: false
|
# debug: false
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "???"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Forgejo TODO Checker"
|
- run: echo "Forgejo TODO Checker"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue