From 8018f87405473cc79a4b455a5ec5e62c0ff4072c Mon Sep 17 00:00:00 2001 From: "Nanashi." Date: Wed, 23 Oct 2024 22:54:19 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20fetch-depth=E3=82=92=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [update snapshots] --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e4d97eb8cb..b8e3e05233 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -185,10 +185,10 @@ jobs: steps: - uses: actions/checkout@v4 with: - # persist-credentials: false にしないと自前のトークンで push した時(=スナップショットを更新した時)に - # pull_request の CI が再実行されないので false にしている。 - # https://github.com/orgs/community/discussions/25702#discussioncomment-3248819 + # NOTE: デフォルトの設定だとgithub-push-actionが動いてくれないので設定を変える。 + # ref: https://github.com/ad-m/github-push-action/issues/44#issuecomment-581706892 persist-credentials: false + fetch-depth: 0 - name: Download artifacts uses: actions/download-artifact@v4