diff --git a/examples/github-actions/coupling-analysis.yml b/examples/github-actions/coupling-analysis.yml index 853c2499..791a55df 100644 --- a/examples/github-actions/coupling-analysis.yml +++ b/examples/github-actions/coupling-analysis.yml @@ -75,10 +75,10 @@ jobs: - name: Analyze Coupling if: steps.changed.outputs.has_files == 'true' - id: coupling - run: | - MIN_CORR="${{ github.event.inputs.min_correlation || env.MIN_CORRELATION }}" MIN_CO="${{ github.event.inputs.min_cochanges || env.MIN_COCHANGES }}" + --min-cochanges="$MIN_CO" \ + --format=json \ + > coupling.json ckb coupling \ --files="${{ steps.changed.outputs.files }}" \