Skip to content

Commit 62e14a8

Browse files
Allow it to checkout the repo
1 parent e6e371c commit 62e14a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pd-triggered-health-check.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
needs: [get_incident_details, health_check]
4747
runs-on: ubuntu-latest
4848
steps:
49+
- uses: actions/checkout@v6
50+
with:
51+
submodules: true
4952
- name: Report Status
5053
if: always()
5154
uses: ravsamhq/notify-slack-action@v2

0 commit comments

Comments
 (0)