Răsfoiți Sursa

modify checkout settings for draft-release workflow

Yuki Takei 4 ani în urmă
părinte
comite
e208c14df0
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  1. 0 4
      .github/workflows/draft-release.yml

+ 0 - 4
.github/workflows/draft-release.yml

@@ -17,8 +17,6 @@ jobs:
 
     steps:
       - uses: actions/checkout@v2
-        with:
-          fetch-depth: 0
 
       - name: Retrieve information from package.json
         uses: myrotvorets/info-from-package-json-action@0.0.2
@@ -43,8 +41,6 @@ jobs:
 
     steps:
       - uses: actions/checkout@v2
-        with:
-          fetch-depth: 0
 
       - name: Create/Update Pull Request
         uses: bakunyo/git-pr-release-action@master