We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f4080 commit 27e69f2Copy full SHA for 27e69f2
1 file changed
.github/workflows/mine-npm-packageurls.yml
@@ -1,14 +1,14 @@
1
on: [workflow_dispatch]
2
3
jobs:
4
- mine-pypi-purls:
+ mine-npm-purls:
5
runs-on: ubuntu-24.04
6
- name: Mine pypi PackageURLs
+ name: Mine npm PackageURLs
7
steps:
8
- uses: aboutcode-org/scancode-action@beta
9
with:
10
scancodeio-repo-branch: "collect-purl-metadata#egg=scancodeio[mining]"
11
- pipelines: "mine_pypi"
+ pipelines: "mine_npm"
12
env:
13
FEDERATEDCODE_GIT_ACCOUNT_URL: https://github.com/aboutcode-data/minecode-data-pypi-test
14
FEDERATEDCODE_GIT_SERVICE_TOKEN: ${{ secrets.MINING_GITHUB_TOKEN }}
0 commit comments