Skip to content

Commit

Permalink
added post run for upgrade-archlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
petronny committed May 27, 2023
1 parent 936b371 commit c00b085
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions actions/upgrade-archlinux/action.yml
Expand Up @@ -26,3 +26,8 @@ runs:
- name: Upgrade the system
shell: bash -e {0}
run: pacman -Syu --noconfirm

- name: Cleanup pacman cache
uses: webiny/action-post-run@3.0.0
with:
run: pacman -Sc --noconfirm

0 comments on commit c00b085

Please sign in to comment.