From 14ed45c186b01cb9736ffd8b9a0e1c7f7557b16c Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sun, 23 Apr 2023 17:04:37 +0500 Subject: [PATCH] .github/workflows: checkout submodules Signed-off-by: Anna (cybertailor) Vyalkova --- .github/workflows/emails.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/emails.yml b/.github/workflows/emails.yml index 285effa1be..77fbe9bcbe 100644 --- a/.github/workflows/emails.yml +++ b/.github/workflows/emails.yml @@ -12,7 +12,6 @@ jobs: bugzilla: runs-on: ubuntu-latest steps: - - uses: nrwl/last-successful-commit-action@v1 id: last_successful_commit with: @@ -24,9 +23,13 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ steps.last_successful_commit.outputs.commit_hash }} + submodules: true - name: Checkout code uses: actions/checkout@v3 + with: + ref: dev + submodules: true - uses: actions/setup-python@v3 with: