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:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- name: Validate
|
||||||
|
uses: ./validate
|
||||||
|
with:
|
||||||
|
layer_config_file: ${{ inputs.layer_config_file }}
|
||||||
- name: Restore and build aur
|
- name: Restore and build aur
|
||||||
uses: ./aur
|
uses: ./aur
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue