File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
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 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 63
63
"version_requirement" : " >= 6.0.0 < 8.0.0"
64
64
}
65
65
],
66
- "pdk-version" : " 1.19.0.pre " ,
66
+ "pdk-version" : " 2.0.0 " ,
67
67
"template-url" : " https://github.com/puppetlabs/pdk-templates.git#main" ,
68
- "template-ref" : " heads/main-0-gce6a88f "
68
+ "template-ref" : " heads/main-0-ge04486b "
69
69
}
You can’t perform that action at this time.
0 commit comments