commit:     7712b364b93a98f53ce949565731629b570124a3
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Apr 23 12:09:23 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Apr 23 12:14:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7712b364

.github/workflows: remove .gitmodules

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

 .github/workflows/emails.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/emails.yml b/.github/workflows/emails.yml
index 77fbe9bcb..c60280e56 100644
--- a/.github/workflows/emails.yml
+++ b/.github/workflows/emails.yml
@@ -23,17 +23,17 @@ jobs:
         uses: actions/checkout@v3
         with:
           ref: ${{ steps.last_successful_commit.outputs.commit_hash }}
-          submodules: true
+
+      - run: rm -f .gitmodules
 
       - name: Checkout code
         uses: actions/checkout@v3
         with:
           ref: dev
-          submodules: true
 
       - uses: actions/setup-python@v3
         with:
-          python-version: '3.x'
+          python-version: 3.x
 
       - name: Get changed files
         id: changed-files

Reply via email to