From 38009341b056992405609bef47e22e7f58b8bb57 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Thu, 21 Oct 2021 21:13:01 -0700 Subject: [PATCH] Multiline pre cache for greater readability. --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 25ccd90..e93785d 100644 --- a/action.yml +++ b/action.yml @@ -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