Fix variable reference.
This commit is contained in:
parent
7313869349
commit
3dc9d0c3ae
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ runs:
|
|||
run: |
|
||||
normalized_list=$(echo ${{ inputs.packages }} | sed 's/[\s,]+/ /g' | sort)
|
||||
value=$(echo $normalized_list @ ${{ inputs.version }})
|
||||
echo "CACHE_KEY=$(echo value | md5sum | /bin/cut -f1 -d' ')" >> $GITHUB_ENV
|
||||
echo "CACHE_KEY=$(echo $value | md5sum | /bin/cut -f1 -d' ')" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
- name: Load Package Cache
|
||||
|
|
Loading…
Reference in a new issue