Skip to content

Commit

Permalink
quote
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwe committed Jun 10, 2024
1 parent 5f48177 commit 956944a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 956944a

Please sign in to comment.