Update action.yml

This commit is contained in:
Merlin Jehli 2025-06-30 14:02:54 +00:00 committed by git.fml128.ch
parent c8ac6ce1ea
commit 3176a32714
Signed by: git.fml128.ch
GPG key ID: FBE009491D453913

View file

@ -31,6 +31,10 @@ inputs:
runs:
using: "composite"
steps:
- name: Validate
uses: ./validate
with:
layer_config_file: ${{ inputs.layer_config_file }}
- name: Restore and build aur
uses: ./aur
with: