mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-12-22 18:55:30 +00:00
Remove extraneous arg.
This commit is contained in:
parent
d6b9426197
commit
95b1f6f538
|
@ -50,10 +50,10 @@ runs:
|
||||||
- id: post-cache
|
- id: post-cache
|
||||||
run: |
|
run: |
|
||||||
${{ github.action_path }}/post_cache_action.sh \
|
${{ github.action_path }}/post_cache_action.sh \
|
||||||
~/cache-apt-pkgs / \
|
~/cache-apt-pkgs \
|
||||||
|
/ \
|
||||||
"${{ steps.load-cache.outputs.cache-hit }}" \
|
"${{ steps.load-cache.outputs.cache-hit }}" \
|
||||||
"${{ inputs.refresh }}" \
|
"${{ inputs.refresh }}" \
|
||||||
"${{ inputs.version }}" \
|
|
||||||
${{ inputs.packages }}
|
${{ inputs.packages }}
|
||||||
echo "::set-output name=package-version-list::$(cat ~/cache-apt-pkgs/manifest.log)"
|
echo "::set-output name=package-version-list::$(cat ~/cache-apt-pkgs/manifest.log)"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue