ソースを参照

ci: Fix getting `cache` value from inputs (#3364)

Zhang ShengYan 10 ヶ月 前
コミット
ef7b3ed3df
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/reusable-tests.yaml

+ 1 - 1
.github/workflows/reusable-tests.yaml

@@ -19,7 +19,7 @@ on:
         required: true
         required: true
         type: string
         type: string
 env:
 env:
-  CACHE: inputs.cache
+  CACHE: ${{ inputs.cache }}
   SOLANA_CLI_VERSION: ${{ inputs.solana_cli_version }}
   SOLANA_CLI_VERSION: ${{ inputs.solana_cli_version }}
   NODE_VERSION: ${{ inputs.node_version }}
   NODE_VERSION: ${{ inputs.node_version }}
   CARGO_PROFILE: ${{ inputs.cargo_profile }}
   CARGO_PROFILE: ${{ inputs.cargo_profile }}