CI: dynamo sort
This commit is contained in:
parent
66cce34ad7
commit
9d8ea84fa9
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: "Generate Matrix"
|
||||
id: set-matrix
|
||||
run: |
|
||||
FILES=$(find actions/ -maxdepth 1 -type f -printf "%f\n")
|
||||
FILES=$(find actions/ -maxdepth 1 -type f -printf "%f\n" | sort)
|
||||
MATRIX="{\"include\": ["
|
||||
for file in $FILES; do
|
||||
MATRIX+="{\"file\": \"$file\"},"
|
||||
|
|
|
|||
Loading…
Reference in New Issue