mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-12-22 10:45:29 +00:00
More fixes. Gotta love not having tests. directly for GitHub actions.
This commit is contained in:
parent
d3f2f7ce23
commit
132be8a450
|
@ -36,8 +36,9 @@ runs:
|
|||
|
||||
- name: Load Packages
|
||||
run: |
|
||||
if [ ${{ steps.load-pkg-cache.outputs.cache-hit }} == "true" ]; then
|
||||
if [ ${{ steps.load-pkg-cache.outputs.cache-hit }} ]; then
|
||||
${{ github.action_path }}/install_and_cache.sh ~/cache-apt-pkgs ${{ inputs.packages }}
|
||||
else
|
||||
${{ github.action_path }}/run.sh ~/cache-apt-pkgs /
|
||||
fi
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue