From 7d770a10d63af8face78c4f0aa51dec2daa76907 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 7 Jul 2022 09:36:13 +0200 Subject: [PATCH] workflows/pr-review-comment: debug time Signed-off-by: Patrik Oldsberg --- .github/workflows/pr-review-comment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-review-comment.yaml b/.github/workflows/pr-review-comment.yaml index 37cdea5aa9..b7a97abbe4 100644 --- a/.github/workflows/pr-review-comment.yaml +++ b/.github/workflows/pr-review-comment.yaml @@ -15,6 +15,7 @@ jobs: if: github.repository == 'backstage/backstage' && github.event.workflow_run.conclusion == 'success' steps: + - uses: hmarr/debug-action@v2 - uses: backstage/actions/re-review@v0.5.3 with: app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }}