Yuki Takei hace 4 años
padre
commit
64cb067c64
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      .github/workflows/ci-app-prod.yml

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

@@ -14,6 +14,11 @@ jobs:
       MERGE_BASE_SHA: ${{ steps.get-merge-base.outputs.sha }}
 
     steps:
+
+    - uses: actions/checkout@v2
+      with:
+        fetch-depth: 0
+
     - name: Git merge-base
       id: get-merge-base
       run: |