Skip to content

Commit f77c882

Browse files
committed
[Fix] Update the output formation of recce summary
Signed-off-by: Kent Huang <[email protected]>
1 parent 586c425 commit f77c882

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/recce_ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,15 @@ jobs:
7777
ARTIFACT_URL: ${{ steps.recce-artifact-uploader.outputs.artifact-url }}
7878
NEXT_STEP_MESSAGE: |
7979
## Next Steps
80-
Recce `run` successfully completed.
81-
Please download the [artifact](${{ steps.recce-artifact-uploader.outputs.artifact-url }}) for the state file.
80+
If you want to check more detail inforamtion about the recce result,
81+
please download the [artifact](${{ steps.recce-artifact-uploader.outputs.artifact-url }}) file and open it by [Recce](https://pypi.org/project/recce/) CLI.
82+
```bash
83+
# Unzip the downloaded artifact file
84+
tar -xf recce-state-file.zip
85+
86+
# Launch the recce server based on the state file
87+
recce server --review recce_state.json
88+
```
8289
8390
- name: Comment on pull request
8491
uses: thollander/actions-comment-pull-request@v2

0 commit comments

Comments
 (0)