We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637b1aa commit 39ae7efCopy full SHA for 39ae7ef
.github/workflows/CatchyCodeComplexity.yml
@@ -13,4 +13,4 @@ jobs:
13
steps:
14
- uses: miguelcsx/[email protected]
15
with:
16
- threshold: '15'
+ threshold: ${{ github.event.inputs.threshold || '15' }}
0 commit comments