Multiline pre cache for greater readability.
This commit is contained in:
parent
911023297b
commit
38009341b0
1 changed files with 4 additions and 1 deletions
|
@ -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