We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9540607 commit 2684137Copy full SHA for 2684137
.github/workflows/handle-pr-comment.yml
@@ -45,6 +45,7 @@ jobs:
45
- name: create a check run
46
id: create-check-run
47
run: |
48
+ set -x
49
title="Handle PR comment"
50
summary="Handling PR comment $PR_COMMENT_URL"
51
details_url="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
0 commit comments