소스 검색

fix wrong syntax

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

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

@@ -23,7 +23,7 @@ jobs:
     steps:
     - uses: actions/checkout@v2
       with:
-        ref: ${{ input.checkout-ref }}
+        ref: ${{ inputs.checkout-ref }}
 
     - uses: actions/setup-node@v2
       with:
@@ -104,7 +104,7 @@ jobs:
     steps:
     - uses: actions/checkout@v2
       with:
-        ref: ${{ input.checkout-ref }}
+        ref: ${{ inputs.checkout-ref }}
 
     - uses: actions/setup-node@v2
       with:
@@ -196,7 +196,7 @@ jobs:
     steps:
     - uses: actions/checkout@v2
       with:
-        ref: ${{ input.checkout-ref }}
+        ref: ${{ inputs.checkout-ref }}
 
     - uses: actions/setup-node@v2
       with:
@@ -285,7 +285,7 @@ jobs:
     steps:
     - uses: actions/checkout@v2
       with:
-        ref: ${{ input.checkout-ref }}
+        ref: ${{ inputs.checkout-ref }}
         fetch-depth: 0
 
     - uses: actions/setup-node@v2