We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03b1294 + 85e6e4a commit ec52f6dCopy full SHA for ec52f6d
1 file changed
.github/workflows/mend.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ - puppet8
8
+
9
jobs:
10
build:
11
runs-on: ubuntu-latest
@@ -15,7 +17,7 @@ jobs:
15
17
- name: setup ruby
16
18
uses: ruby/setup-ruby@v1
19
with:
- ruby-version: 2.7
20
+ ruby-version: 3.2
21
- name: create lock
22
run: bundle lock
23
# install java
@@ -36,4 +38,4 @@ jobs:
36
38
WS_WSS_URL: https://saas-eu.whitesourcesoftware.com/agent
37
39
WS_USERKEY: ${{ secrets.MEND_TOKEN }}
40
WS_PRODUCTNAME: CD4PE
- WS_PROJECTNAME: ${{ github.event.repository.name }}
41
+ WS_PROJECTNAME: puppet-dev-tools-puppet8
0 commit comments