We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9774198 commit f78f103Copy full SHA for f78f103
1 file changed
.github/workflows/contract-check.yml
@@ -178,11 +178,11 @@ jobs:
178
path: artifacts/
179
retention-days: 30
180
181
- - name: Summary (baseline missing notice)
182
- if: env.baseline_has_contract == 'false'
183
- run: |
184
- echo "## API Contract Check" >> $GITHUB_STEP_SUMMARY
185
- echo "Baseline (origin/main) lacks contract subcommand; diff skipped. This is expected until main includes the CLI feature." >> $GITHUB_STEP_SUMMARY
+ - name: Summary (baseline missing notice)
+ if: env.baseline_has_contract == 'false'
+ run: |
+ echo "## API Contract Check" >> $GITHUB_STEP_SUMMARY
+ echo "Baseline (origin/main) lacks contract subcommand; diff skipped. This is expected until main includes the CLI feature." >> $GITHUB_STEP_SUMMARY
186
187
- name: Generate contract summary
188
id: summary
0 commit comments