Skip to content

Commit 2684137

Browse files
committed
handle-pr-comment: trace the commands when creating a Check Run
This is currently failing: https://github.com/gitgitgadget-workflows/gitgitgadget-workflows/actions/runs/17295439117/job/49092386375 Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 9540607 commit 2684137

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/handle-pr-comment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: create a check run
4646
id: create-check-run
4747
run: |
48+
set -x
4849
title="Handle PR comment"
4950
summary="Handling PR comment $PR_COMMENT_URL"
5051
details_url="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 commit comments

Comments
 (0)