File tree 5 files changed +7
-5
lines changed
5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ jobs:
38
38
ref : ${{ github.ref }}
39
39
clean : true
40
40
- name : " PDK Build"
41
- uses : docker://puppet/pdk:nightly
41
+ uses : docker://puppet/pdk:2.1.0.0
42
42
with :
43
43
args : ' build'
44
44
- name : " Push to Forge"
45
- uses : docker://puppet/pdk:nightly
45
+ uses : docker://puppet/pdk:2.1.0.0
46
46
with :
47
47
args : ' release publish --forge-token ${{ secrets.FORGE_API_KEY }} --force'
Original file line number Diff line number Diff line change 25
25
.project
26
26
.envrc
27
27
/inventory.yaml
28
+ /spec /fixtures /litmus_inventory.yaml
Original file line number Diff line number Diff line change 6
6
7
7
vscode :
8
8
extensions :
9
- - puppet.puppet-vscode@1.0 .0:oSzfTkDf6Cmc1jOjgW33VA ==
9
+ - puppet.puppet-vscode@1.2 .0:f5iEPbmOj6FoFTOV6q8LTg ==
Original file line number Diff line number Diff line change 25
25
.project
26
26
.envrc
27
27
/inventory.yaml
28
+ /spec/fixtures/litmus_inventory.yaml
28
29
/appveyor.yml
29
30
/.fixtures.yml
30
31
/Gemfile
Original file line number Diff line number Diff line change 39
39
}
40
40
],
41
41
"template-url" : " https://github.com/puppetlabs/pdk-templates.git#main" ,
42
- "template-ref" : " heads/main-0-g12a5dea " ,
43
- "pdk-version" : " 1.18.1 "
42
+ "template-ref" : " heads/main-0-ge04486b " ,
43
+ "pdk-version" : " 2.0.0 "
44
44
}
You can’t perform that action at this time.
0 commit comments