mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-11-09 11:48:45 +00:00
Extra character.
This commit is contained in:
parent
82c659a794
commit
8df0022f2d
|
@ -31,7 +31,7 @@ runs:
|
|||
|
||||
- name: Create Cache Key
|
||||
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
|
||||
|
||||
- name: Load Package Cache
|
||||
|
|
Loading…
Reference in a new issue