fix(ci): mass-rebuild-recurse.yml

This commit is contained in:
windowsboy111
2023-03-16 19:42:06 +08:00
parent a94d17fe7c
commit 0d2f3da4d0
+6 -2
View File
@@ -1,7 +1,11 @@
# for each folder in anda/
# generate a new workflow for each folder in anda/
name: Mass Rebuild (Recurse)
on:
workflow_call:
inputs:
packages:
description: Packages to Build (JSON)
required: true
type: string
workflow_dispatch:
inputs:
packages: