mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 10:07:08 +00:00
Fix run arg order and abort on any failure.
This commit is contained in:
parent
d354c1417a
commit
d9e6c214de
|
@ -22,5 +22,5 @@ runs:
|
|||
key: cache-apt-pkgs_${{ inputs.cache_key }}
|
||||
|
||||
- name: Install Packages
|
||||
run: ${{ github.action_path }}/run.sh / ~/cache-apt-pkgs ${{ inputs.packages }}
|
||||
run: ${{ github.action_path }}/run.sh ~/cache-apt-pkgs / ${{ inputs.packages }}
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue