File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 6262 platform : " macOS"
6363 new : ${{ env.NEW_VERSION }}
6464 old : ${{ env.OLD_VERSION }}
65-
66- - if : ${{ github.event.pull_request.base.ref != '' }}
67- name : 📝 Comment on PR
68- uses : thollander/actions-comment-pull-request@v3
69- with :
70- file-path : " ${{ env.public-api-diff-output-filepath }}"
71- comment-tag : api_changes
72- mode : recreate
Original file line number Diff line number Diff line change 2626
2727 touch "$PROJECT_FOLDER/api_comparison.md"
2828 echo "Hello World" >> "$PROJECT_FOLDER/api_comparison.md"
29- cat "$PROJECT_FOLDER/api_comparison.md"
30- echo "public-api-diff-output-filepath=\"$PROJECT_FOLDER/api_comparison.md\"" >> $GITHUB_ENV
29+ cat "$PROJECT_FOLDER/api_comparison.md" >> $GITHUB_STEP_SUMMARY
3130 shell : bash
31+
32+ - if : ${{ github.event.pull_request.base.ref != '' }}
33+ name : 📝 Comment on PR
34+ uses : thollander/actions-comment-pull-request@v3
35+ with :
36+ file-path : " ${{ github.workspace }}/api_comparison.md"
37+ comment-tag : api_changes
38+ mode : recreate
3239
3340
3441
You can’t perform that action at this time.
0 commit comments