Remove extraneous arg.

This commit is contained in:
awalsh128 2021-10-21 21:30:33 -07:00
parent d6b9426197
commit 95b1f6f538

View file

@ -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