Skip to content

Commit 5f124dd

Browse files
authored
Update CatchyCodeComplexity.yml
.
1 parent 39ae7ef commit 5f124dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CatchyCodeComplexity.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
complexity:
1212
runs-on: ubuntu-latest
1313
steps:
14+
- uses: actions/checkout@v2
1415
- uses: miguelcsx/catchy@v1.0.3
1516
with:
16-
threshold: ${{ github.event.inputs.threshold || '15' }}
17+
threshold: ${{ github.event.inputs.threshold }}

0 commit comments

Comments
 (0)