Skip to content

Commit 225d3ff

Browse files
committed
Store sorted PURLs
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent 63f8325 commit 225d3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/collect-purls_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Extract base purl from purls.yml
4343
run: |
4444
cd ../repos
45-
find . -type f -name "purls.yml" -exec sed -n '1{ s/^- *//; s/@.*//; p }' {} \; \
45+
find . -type f -name "purls.yml" -exec sed -n '1{ s/^- *//; s/@.*//; p }' {} \; | sort \
4646
> "${{ inputs.ecosystem }}.txt"
4747
4848
- name: Checkout repository

0 commit comments

Comments
 (0)