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.
2 parents 16db17b + ec0d7bf commit 3ca5bc6Copy full SHA for 3ca5bc6
.github/workflows/collect-purls_template.yml
@@ -53,6 +53,7 @@ jobs:
53
dest="${{ inputs.path }}"
54
git config user.name "AboutCode Automation"
55
git config user.email "automation@aboutcode.org"
56
+ git pull
57
mkdir -p "$(dirname "$dest")" && mv ../repos/${{ inputs.ecosystem }}.txt "$dest"
58
git add -A
59
git commit -m "$(echo -e "Sync latest ${{ inputs.ecosystem }} PURLs from FederatedCode\n\nSigned-off-by: AboutCode Automation <automation@aboutcode.org>")" || exit 0
.github/workflows/sync-purls.yml
@@ -11,7 +11,7 @@ permissions:
11
jobs:
12
collect-purls:
13
strategy:
14
- max-parallel: 1
+ max-parallel: 4
15
matrix:
16
include:
17
- ecosystem: apk
0 commit comments