File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,10 @@ jobs:
108108 cat combined.txt >> $GITHUB_OUTPUT
109109 echo "EOF" >> $GITHUB_OUTPUT
110110
111- - name : Add Comment to PR
112- uses : thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
113- with :
114- comment-tag : ' compared'
115- message : ${{ steps.combine.outputs.combined }}
116- pr-number : ${{ github.event.workflow_run.pull_requests[0].number }}
111+ - run : echo combined.txt
112+ # - name: Add Comment to PR
113+ # uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
114+ # with:
115+ # comment-tag: 'compared'
116+ # message: ${{ steps.combine.outputs.combined }}
117+ # pr-number: ${{ github.event.workflow_run.pull_requests[0].number }}
You can’t perform that action at this time.
0 commit comments