Update aur/action.yml

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

View file

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