1 parent 3ea6eb7 commit d19b93aCopy full SHA for d19b93a
2 files changed
.github/workflows/sync-topic-plugins.yml
@@ -94,7 +94,7 @@ jobs:
94
python3 scripts/sync_topic_plugins.py discover "${args[@]}"
95
fi
96
97
- - name: Generate the public directory and private report
+ - name: Generate the public directory and operational report
98
id: render
99
run: |
100
args=(--run-id "$GITHUB_RUN_ID")
.github/workflows/weekly-candidate-report.yml
@@ -32,9 +32,7 @@ jobs:
32
33
- name: Generate the operational exception summary
34
id: summary
35
- run: |
36
- python3 scripts/sync_topic_plugins.py exceptions > candidate-exceptions.md
37
- cat candidate-exceptions.md >> "$GITHUB_STEP_SUMMARY"
+ run: python3 scripts/sync_topic_plugins.py exceptions > candidate-exceptions.md
38
39
- name: Retain the actionable exception summary
40
if: steps.summary.outputs.actionable_count != '0'
0 commit comments