From 43cde277abc77cd268310cc751b8bc2af82a0cdd Mon Sep 17 00:00:00 2001 From: Bennett Goble Date: Wed, 5 Oct 2022 08:00:11 -0700 Subject: [PATCH] Checkout submodules --- action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yaml b/action.yaml index 9c1e5f6..faad31f 100644 --- a/action.yaml +++ b/action.yaml @@ -84,6 +84,7 @@ runs: # https://frontside.com/blog/2020-05-26-github-actions-pull_request/#how-does-pull_request-affect-actionscheckout ref: ${{ github.event.pull_request.head.sha || github.sha }} fetch-depth: 0 # Fetch all history for SCM version + submodules: recursive - name: Create short SHA id: sha