commit:     6e33d8cf12c9d7cf5ad3a15577b718778cbab497
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Apr 23 12:23:00 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Apr 23 12:23:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e33d8cf

.github/workflows: deinit git submodules (if any)

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 .github/workflows/emails.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/emails.yml b/.github/workflows/emails.yml
index c60280e56..f03ca57dd 100644
--- a/.github/workflows/emails.yml
+++ b/.github/workflows/emails.yml
@@ -24,7 +24,7 @@ jobs:
         with:
           ref: ${{ steps.last_successful_commit.outputs.commit_hash }}
 
-      - run: rm -f .gitmodules
+      - run: git submodule deinit --all
 
       - name: Checkout code
         uses: actions/checkout@v3

Reply via email to