Skip to content

Commit bd983b7

Browse files
committed
Update job names
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 79bad17 commit bd983b7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/mine-alpine-packageurls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
on: [workflow_dispatch]
22

33
jobs:
4-
mine-pypi-purls:
4+
mine-alpine-purls:
55
runs-on: ubuntu-24.04
6-
name: Mine pypi PackageURLs
6+
name: Mine alpine PackageURLs
77
steps:
88
- uses: aboutcode-org/scancode-action@beta
99
with:

.github/workflows/mine-debian-packageurls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
on: [workflow_dispatch]
22

33
jobs:
4-
mine-pypi-purls:
4+
mine-debian-purls:
55
runs-on: ubuntu-24.04
6-
name: Mine pypi PackageURLs
6+
name: Mine debian PackageURLs
77
steps:
88
- uses: aboutcode-org/scancode-action@beta
99
with:

.github/workflows/mine-maven-packageurls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
on: [workflow_dispatch]
22

33
jobs:
4-
mine-pypi-purls:
4+
mine-maven-purls:
55
runs-on: ubuntu-24.04
6-
name: Mine pypi PackageURLs
6+
name: Mine maven PackageURLs
77
steps:
88
- uses: aboutcode-org/scancode-action@beta
99
with:

0 commit comments

Comments
 (0)