Multiline pre cache for greater readability.

This commit is contained in:
awalsh128 2021-10-21 21:13:01 -07:00
parent 911023297b
commit 38009341b0

View file

@ -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