Skip to content

Commit 421db4b

Browse files
committed
[wip]
1 parent 656fa22 commit 421db4b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/compare-builds.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)