Fix post cache action args.

This commit is contained in:
awalsh128 2021-10-21 21:03:30 -07:00
parent e5a9854ee1
commit 63a7ea6f1c

View file

@ -46,6 +46,11 @@ runs:
- id: post-cache
run: |
${{ github.action_path }}/pre_cache_action.sh ~/cache-apt-pkgs "${{ inputs.version }}" ${{ inputs.packages }}
${{ github.action_path }}/post_cache_action.sh \
~/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