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