mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-12-22 18:55:30 +00:00
Multiline pre cache for greater readability.
This commit is contained in:
parent
911023297b
commit
38009341b0
|
@ -34,7 +34,10 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- id: pre-cache
|
- id: pre-cache
|
||||||
run: |
|
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
|
echo "CACHE_KEY=$(cat ~/cache-apt-pkgs/cache_key.md5)" >> $GITHUB_ENV
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue