Skip to content

Commit

Permalink
Debug terratest commenter (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Sep 9, 2024
1 parent 9549f8d commit 8d28f87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/shared-terraform-chatops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ defaults:
shell: bash -e -o pipefail {0}

jobs:
debug:
runs-on: ${{ fromJSON(inputs.runs-on) }}
steps:
- run: echo "${{ toJSON(github.event.comment) }}"

pr:
name: PR Info
# https://docs.github.com/en/graphql/reference/enums#commentauthorassociation
Expand Down

0 comments on commit 8d28f87

Please sign in to comment.