Explorar el Código

modify checkout settings for draft-release workflow

Yuki Takei hace 4 años
padre
commit
e208c14df0
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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