Fix post cache action args.
This commit is contained in:
parent
e5a9854ee1
commit
63a7ea6f1c
1 changed files with 6 additions and 1 deletions
|
@ -46,6 +46,11 @@ runs:
|
||||||
|
|
||||||
- id: post-cache
|
- id: post-cache
|
||||||
run: |
|
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)"
|
echo "::set-output name=package-version-list::$(cat ~/cache-apt-pkgs/manifest.log)"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue