From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5AE0215ACFB for ; Sun, 23 Apr 2023 12:24:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 993F3E0878; Sun, 23 Apr 2023 12:24:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81235E0878 for ; Sun, 23 Apr 2023 12:24:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2B063412F0 for ; Sun, 23 Apr 2023 12:24:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3E738DF for ; Sun, 23 Apr 2023 12:24:32 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1682252580.6e33d8cf12c9d7cf5ad3a15577b718778cbab497.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: .github/workflows/ X-VCS-Repository: repo/proj/guru X-VCS-Files: .github/workflows/emails.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 6e33d8cf12c9d7cf5ad3a15577b718778cbab497 X-VCS-Branch: dev Date: Sun, 23 Apr 2023 12:24:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d8c1f51-91c4-498f-9c8e-1ca186e29ec2 X-Archives-Hash: e2487961fdfd11b1548a9c5846ee2eeb commit: 6e33d8cf12c9d7cf5ad3a15577b718778cbab497 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Apr 23 12:23:00 2023 +0000 Commit: Anna Vyalkova sysrq 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 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