mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Bumped CI fetch-depth
to 1000
refs https://ghost.slack.com/archives/C02G9E68C/p1727704490753759 - if you open a PR and it becomes outdated enough such that the base commit was 100 commits ago, the workflow starts to fail - to help prevent this, we can increase it by 1000, which should more than cover enough use-cases but still keep checkout quick
This commit is contained in:
parent
8fa9fb9c25
commit
c58cbe4fb9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -206,7 +206,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 100
|
||||
fetch-depth: 1000
|
||||
- uses: actions/setup-node@v4
|
||||
env:
|
||||
FORCE_COLOR: 0
|
||||
|
@ -432,7 +432,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 100
|
||||
fetch-depth: 1000
|
||||
- uses: actions/setup-node@v4
|
||||
env:
|
||||
FORCE_COLOR: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue