From a643abb7a0b4bf03644a86dc39cea2a6d36231f5 Mon Sep 17 00:00:00 2001 From: Billy Daly Date: Tue, 19 Nov 2024 11:37:00 -0500 Subject: [PATCH] Update lint-set-points-and-sprint.yml --- .github/workflows/lint-set-points-and-sprint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint-set-points-and-sprint.yml b/.github/workflows/lint-set-points-and-sprint.yml index d00bccf..c0c1a55 100644 --- a/.github/workflows/lint-set-points-and-sprint.yml +++ b/.github/workflows/lint-set-points-and-sprint.yml @@ -18,6 +18,9 @@ jobs: - name: Print commit run: echo "$COMMIT" + + - name: Debug event payload + run: echo "${{ toJson(github.event) }}" - name: Set default values for sprint and points if unset run: |