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

This commit is contained in:
Zhang ShengYan 2024-11-15 06:59:23 +08:00 committed by GitHub
parent 762ef5e91c
commit ef7b3ed3df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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