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 66252d7 commit ed3f380Copy full SHA for ed3f380
.github/workflows/recce_ci.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Prepare Recce Summary
71
id: recce-summary
72
run: |
73
- recce summary --state-file recce_state.json > recce_summary.md
+ recce summary recce_state.json > recce_summary.md
74
cat recce_summary.md >> $GITHUB_STEP_SUMMARY
75
echo "${{ env.NEXT_STEP_MESSAGE }}" >> recce_summary.md
76
env:
0 commit comments