Update aur/action.yml

This commit is contained in:
Merlin Jehli 2023-10-17 10:26:21 +02:00 committed by git.fml128.ch
parent ba92c33ab0
commit 4f8afdb286
Signed by: git.fml128.ch
GPG key ID: FBE009491D453913

View file

@ -21,8 +21,7 @@ runs:
if: steps.cache-aur-restore.outputs.cache-hit != 'true'
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
with:
args:
- aur
args: aur
- name: Save aur cache
if: steps.cache-aur-restore.outputs.cache-hit != 'true'
uses: actions/cache/save@v3