Skip to content

Commit 6d662cb

Browse files
authored
Merge pull request #3227 from yachub/fix_mend_product
(maint) Fix Mend Product category
2 parents 6ff6505 + bdce16e commit 6d662cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
WS_APIKEY: ${{ secrets.MEND_API_KEY }}
3535
WS_WSS_URL: https://saas-eu.whitesourcesoftware.com/agent
3636
WS_USERKEY: ${{ secrets.MEND_TOKEN }}
37-
WS_PRODUCTNAME: RE
38-
WS_PROJECTNAME: ${{ github.event.repository.name }}
37+
WS_PRODUCTNAME: Puppet Enterprise
38+
WS_PROJECTNAME: ${{ github.event.repository.name }}

0 commit comments

Comments
 (0)