Skip to content

Commit ec52f6d

Browse files
authored
Merge pull request #165 from puppetlabs/mend-puppet8
Run mend on puppet8 branch
2 parents 03b1294 + 85e6e4a commit ec52f6d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/mend.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
- puppet8
8+
79
jobs:
810
build:
911
runs-on: ubuntu-latest
@@ -15,7 +17,7 @@ jobs:
1517
- name: setup ruby
1618
uses: ruby/setup-ruby@v1
1719
with:
18-
ruby-version: 2.7
20+
ruby-version: 3.2
1921
- name: create lock
2022
run: bundle lock
2123
# install java
@@ -36,4 +38,4 @@ jobs:
3638
WS_WSS_URL: https://saas-eu.whitesourcesoftware.com/agent
3739
WS_USERKEY: ${{ secrets.MEND_TOKEN }}
3840
WS_PRODUCTNAME: CD4PE
39-
WS_PROJECTNAME: ${{ github.event.repository.name }}
41+
WS_PROJECTNAME: puppet-dev-tools-puppet8

0 commit comments

Comments
 (0)