We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f8325 commit 225d3ffCopy full SHA for 225d3ff
.github/workflows/collect-purls_template.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Extract base purl from purls.yml
43
run: |
44
cd ../repos
45
- find . -type f -name "purls.yml" -exec sed -n '1{ s/^- *//; s/@.*//; p }' {} \; \
+ find . -type f -name "purls.yml" -exec sed -n '1{ s/^- *//; s/@.*//; p }' {} \; | sort \
46
> "${{ inputs.ecosystem }}.txt"
47
48
- name: Checkout repository
0 commit comments