소스 검색

fix wrong syntax

Yuki Takei 4 년 전
부모
커밋
1e477cb475
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      .github/workflows/ci-app-prod.yml

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

@@ -8,13 +8,13 @@ jobs:
 
   build-prod-base:
     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 }}
+    with:
+      node-version: 14.x
+      checkout-ref: ${{ github.event.pull_request.head.ref }}
 
   build-prod-head:
     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 }}
-        test-launching: true
+    with:
+      node-version: 14.x
+      checkout-ref: ${{ github.event.pull_request.head.ref }}
+      test-launching: true