Update action.yml
This commit is contained in:
parent
c8ac6ce1ea
commit
3176a32714
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue