From 956944acf1bb796667a7ae7a798571a659554964 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Mon, 10 Jun 2024 14:17:58 +0200 Subject: [PATCH] quote --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ae74237..b7f8c8d 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ runs: uses: actions/cache@v4 with: path: ~/ohos-sdk - key: ${{ runner.os }}-ohos-sdk-${{ inputs.version }} + key: "${{ runner.os }}-ohos-sdk-${{ inputs.version }}" if: ${{ inputs.cache == 'true' }} - name: Download and install OpenHarmony SDK id: install_ohos_sdk