Extra character.
This commit is contained in:
parent
82c659a794
commit
8df0022f2d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ runs:
|
||||||
|
|
||||||
- name: Create Cache Key
|
- name: Create Cache Key
|
||||||
run: |
|
run: |
|
||||||
${{ github.action_path }}/create_cache_key.sh "${{ inputs.version }})"" ${{ inputs.packages }} >> $GITHUB_ENV
|
${{ github.action_path }}/create_cache_key.sh "${{ inputs.version }})" ${{ inputs.packages }} >> $GITHUB_ENV
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Load Package Cache
|
- name: Load Package Cache
|
||||||
|
|
Loading…
Reference in a new issue