From 3176a3271417e74467b757f1ec3d5af0239b6eb3 Mon Sep 17 00:00:00 2001 From: FML128 Date: Mon, 30 Jun 2025 14:02:54 +0000 Subject: [PATCH] Update action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index a7f19e9..7995dd4 100644 --- a/action.yml +++ b/action.yml @@ -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: