瀏覽代碼

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