Skip to content

Commit

Permalink
Fix: fetch-depthを指定する
Browse files Browse the repository at this point in the history
[update snapshots]
  • Loading branch information
sevenc-nanashi authored Oct 23, 2024
1 parent 2a2d732 commit 8018f87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8018f87

Please sign in to comment.