Skip to content

Commit

Permalink
Merge pull request #46 from DataRecce/chore/update-ci-comment-output
Browse files Browse the repository at this point in the history
[Chore] Update the ci comment message
  • Loading branch information
popcornylu authored Jun 19, 2024
2 parents 5299d82 + f6b671f commit 7fc0a2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/recce-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ jobs:
env:
ARTIFACT_URL: ${{ steps.recce-artifact-uploader.outputs.artifact-url }}
NEXT_STEP_MESSAGE: |
## Next Steps
If you want to check more detail information about the recce result, please follow this instruction
```bash
# Checkout to the PR branch
git checkout ${{ github.event.pull_request.head.ref }}
# Launch the recce server based on the state file
recce server --review --cloud
Expand Down

0 comments on commit 7fc0a2a

Please sign in to comment.