Bläddra i källkod

set fetch-depth when checking out

Yuki Takei 4 år sedan
förälder
incheckning
fb6e8142a0
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      .github/workflows/ci-app-prod.yml

+ 2 - 0
.github/workflows/ci-app-prod.yml

@@ -281,6 +281,8 @@ jobs:
 
     steps:
     - uses: actions/checkout@v2
+      with:
+        fetch-depth: 0
 
     - uses: actions/setup-node@v2
       with: