Fix script reference.
This commit is contained in:
parent
132be8a450
commit
c29b0d7f9a
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ runs:
|
|||
- name: Load Packages
|
||||
run: |
|
||||
if [ ${{ steps.load-pkg-cache.outputs.cache-hit }} ]; then
|
||||
${{ github.action_path }}/install_and_cache.sh ~/cache-apt-pkgs ${{ inputs.packages }}
|
||||
${{ github.action_path }}/restore_pkgs.sh ~/cache-apt-pkgs /
|
||||
else
|
||||
${{ github.action_path }}/run.sh ~/cache-apt-pkgs /
|
||||
${{ github.action_path }}/install_and_cache.sh ~/cache-apt-pkgs ${{ inputs.packages }}
|
||||
fi
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue