Explorar el Código

Revert "rename workflow"

This reverts commit 40eae6f0393f058e361d771abb8c84c776c40dc8.
Yuki Takei hace 4 años
padre
commit
bc3db92f60
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/ci-app-prod.yml
  2. 0 0
      .github/workflows/reusable-app-prod.yml

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

@@ -7,14 +7,14 @@ on:
 jobs:
 
   build-prod-base:
-    uses: weseek/growi/.github/workflows/reusable/app-prod.yml@support/vrt-with-cypress
+    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/vrt-with-cypress
     with:
       node-version: 14.x
       checkout-ref: ${{ github.event.pull_request.head.ref }}
       skip-launching-test: true
 
   build-prod-head:
-    uses: weseek/growi/.github/workflows/reusable/app-prod.yml@support/vrt-with-cypress
+    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/vrt-with-cypress
     with:
       node-version: 14.x
       checkout-ref: ${{ github.event.pull_request.head.ref }}

+ 0 - 0
.github/workflows/reusable/app-prod.yml → .github/workflows/reusable-app-prod.yml