diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-10-03 22:49:46 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-10-03 22:49:46 -0700 |
| commit | 54c716dad6a7ce8a350176397469792b32a0f27a (patch) | |
| tree | 919c9043c7258154fe9b1943d706d108db15d6c7 | |
| parent | ba48e6c9ca91653cf791e85cc1b245876cda18a4 (diff) | |
Fetch more commits to fix notify-slack-commits
| -rw-r--r-- | .github/workflows/check_misc.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml index 3275e4ccc3..31d6695d44 100644 --- a/.github/workflows/check_misc.yml +++ b/.github/workflows/check_misc.yml @@ -20,6 +20,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: + fetch-depth: 100 # for notify-slack-commits token: ${{ (github.repository == 'ruby/ruby' && !startsWith(github.event_name, 'pull')) && secrets.MATZBOT_AUTO_UPDATE_TOKEN || secrets.GITHUB_TOKEN }} - uses: ./.github/actions/setup/directories |
