Skip to content

Commit ed3f380

Browse files
committed
[Fix] typo
Signed-off-by: Kent Huang <[email protected]>
1 parent 66252d7 commit ed3f380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/recce_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Prepare Recce Summary
7171
id: recce-summary
7272
run: |
73-
recce summary --state-file recce_state.json > recce_summary.md
73+
recce summary recce_state.json > recce_summary.md
7474
cat recce_summary.md >> $GITHUB_STEP_SUMMARY
7575
echo "${{ env.NEXT_STEP_MESSAGE }}" >> recce_summary.md
7676
env:

0 commit comments

Comments
 (0)