From 0511abbea125fed41007573648eb68d35b840d03 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Sun, 30 Oct 2022 11:35:37 -0700 Subject: [PATCH] Rollback accidental commit of new postinst feature. --- action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.yml b/action.yml index bc22bee..ca64440 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,6 @@ runs: ${{ github.action_path }}/pre_cache_action.sh \ ~/cache-apt-pkgs \ "${{ inputs.version }}" \ - "${{ inputs.execute_postinst }}" \ ${{ inputs.packages }} echo "CACHE_KEY=$(cat ~/cache-apt-pkgs/cache_key.md5)" >> $GITHUB_ENV shell: bash @@ -61,7 +60,6 @@ runs: ~/cache-apt-pkgs \ / \ "${{ steps.load-cache.outputs.cache-hit }}" \ - "${{ inputs.execute_postinst }}" \ ${{ inputs.packages }} function create_list { local list=$(cat ~/cache-apt-pkgs/manifest_${1}.log | tr '\n' ','); echo ${list:0:-1}; }; echo "name=package-version-list::$(create_list main)" >> $GITHUB_OUTPUT