From 95b1f6f538acc73bdeea452a6acc8c91c577df59 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Thu, 21 Oct 2021 21:30:33 -0700 Subject: [PATCH] Remove extraneous arg. --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e93785d..6eccab2 100644 --- a/action.yml +++ b/action.yml @@ -50,10 +50,10 @@ runs: - id: post-cache run: | ${{ github.action_path }}/post_cache_action.sh \ - ~/cache-apt-pkgs / \ + ~/cache-apt-pkgs \ + / \ "${{ steps.load-cache.outputs.cache-hit }}" \ "${{ inputs.refresh }}" \ - "${{ inputs.version }}" \ ${{ inputs.packages }} echo "::set-output name=package-version-list::$(cat ~/cache-apt-pkgs/manifest.log)" shell: bash