mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-12-22 10:45:29 +00:00
Multiline pre cache for greater readability.
This commit is contained in:
parent
911023297b
commit
38009341b0
|
@ -34,7 +34,10 @@ runs:
|
|||
steps:
|
||||
- id: pre-cache
|
||||
run: |
|
||||
${{ github.action_path }}/pre_cache_action.sh ~/cache-apt-pkgs "${{ inputs.version }}" ${{ inputs.packages }}
|
||||
${{ github.action_path }}/pre_cache_action.sh \
|
||||
~/cache-apt-pkgs \
|
||||
"${{ inputs.version }}" \
|
||||
${{ inputs.packages }}
|
||||
echo "CACHE_KEY=$(cat ~/cache-apt-pkgs/cache_key.md5)" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
|
|
Loading…
Reference in a new issue