Skip to content

Commit

Permalink
Merge pull request #130397 from carlocab/debug-label-removal
Browse files Browse the repository at this point in the history
remove-long-timeout-labels: add debug output
  • Loading branch information
carlocab committed May 7, 2023
2 parents ded1431 + 9116f6e commit 21f4796
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/remove-long-timeout-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
actions: read # for `gh run download`
pull-requests: read # for `gh api`
steps:
- name: Dump debug output
run: |
printf '```\n' >> "$GITHUB_STEP_SUMMARY"
jq . "$GITHUB_EVENT_PATH" | tee -a "$GITHUB_STEP_SUMMARY"
printf '```\n' >> "$GITHUB_STEP_SUMMARY"
- name: Download `pull-number` artifact
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 21f4796

Please sign in to comment.