From d88f9cf2093b16f2ac25736be6780c7ccdffcf07 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Sat, 16 Oct 2021 11:25:42 -0700 Subject: [PATCH] Another script name fix. :( --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eba9cd5..c9ce7f2 100644 --- a/action.yml +++ b/action.yml @@ -39,6 +39,6 @@ runs: if [ ${{ steps.load-pkg-cache.outputs.cache-hit }} ]; then ${{ github.action_path }}/restore_pkgs.sh ~/cache-apt-pkgs / else - ${{ github.action_path }}/install_and_cache.sh ~/cache-apt-pkgs ${{ inputs.packages }} + ${{ github.action_path }}/install_and_cache_pkgs.sh ~/cache-apt-pkgs ${{ inputs.packages }} fi shell: bash