File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 22
22
pip install -r requirements.txt
23
23
- name : Install Recce
24
24
run : |
25
- pip install recce
25
+ pip install recce-nightly==0.15.0.20240426a389
26
26
- name : Add packages.yml file
27
27
run : |
28
28
echo '${{ vars.PACKAGES_YAML }}' > packages.yml
@@ -67,11 +67,20 @@ jobs:
67
67
name : recce-state-file
68
68
path : recce_state.json
69
69
70
+ - name : Prepare Recce Summary
71
+ id : recce-summary
72
+ run : |
73
+ recce summary --state-file 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 :
77
+ ARTIFACT_URL : ${{ steps.recce-artifact-uploader.outputs.artifact-url }}
78
+ NEXT_STEP_MESSAGE : |
79
+ ## Next Steps
80
+ Recce `run` successfully completed.
81
+ Please download the [artifact](${{ steps.recce-artifact-uploader.outputs.artifact-url }}) for the state file.
82
+
70
83
- name : Comment on pull request
71
84
uses : thollander/actions-comment-pull-request@v2
72
85
with :
73
- message : |
74
- Recce `run` successfully completed.
75
- Please download the [artifact](${{ env.ARTIFACT_URL }}) for the state file.
76
- env :
77
- ARTIFACT_URL : ${{ steps.recce-artifact-uploader.outputs.artifact-url }}
86
+ filePath : recce_summary.md
You can’t perform that action at this time.
0 commit comments