Explorar o código

fix wrong syntax

Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
3fa8c175c6
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      .github/workflows/ci-app-prod.yml

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

@@ -10,7 +10,7 @@ on:
 
 jobs:
 
-  test-prod-12.x:
+  test-prod-node12:
     uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/vrt-with-cypress
     with:
       node-version: 12.x
@@ -19,7 +19,7 @@ jobs:
       SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
 
 
-  test-prod-14.x:
+  test-prod-node14:
     uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/vrt-with-cypress
     with:
       node-version: 14.x
@@ -28,8 +28,8 @@ jobs:
       SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
 
 
-  run-reg-suit-14.x:
-    needs: [test-prod-14.x]
+  run-reg-suit-node14:
+    needs: [test-prod-node14]
 
     uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@support/vrt-with-cypress