diff options
author | 2023-04-23 17:04:37 +0500 | |
---|---|---|
committer | 2023-04-23 17:04:37 +0500 | |
commit | 14ed45c186b01cb9736ffd8b9a0e1c7f7557b16c (patch) | |
tree | 4b33bf8cf3517798dd5aab226f3b4d2b42d83e86 /.github | |
parent | app-shells/zoxide: Make use of 'shell-completion' eclass (diff) | |
download | guru-14ed45c186b01cb9736ffd8b9a0e1c7f7557b16c.tar.gz guru-14ed45c186b01cb9736ffd8b9a0e1c7f7557b16c.tar.bz2 guru-14ed45c186b01cb9736ffd8b9a0e1c7f7557b16c.zip |
.github/workflows: checkout submodules
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/emails.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/emails.yml b/.github/workflows/emails.yml index 285effa1b..77fbe9bcb 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: |