File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 26
26
27
27
runs-on : ${{ matrix.platform }}
28
28
29
+ env :
30
+ PUPPET_GEM_VERSION : ' ~> 7.24'
31
+ FACTER_GEM_VERSION : ' https://github.com/puppetlabs/facter#main'
32
+
29
33
steps :
30
34
- name : Checkout Source
31
35
uses : actions/checkout@v2
93
97
- puppet7-nightly
94
98
- puppet8-nightly
95
99
100
+ env :
101
+ PUPPET_GEM_VERSION : ' ~> 7.24'
102
+ FACTER_GEM_VERSION : ' https://github.com/puppetlabs/facter#main'
103
+
96
104
steps :
97
105
- name : Checkout Source
98
106
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 25
25
26
26
runs-on : ${{ matrix.platform }}
27
27
28
+ env :
29
+ PUPPET_GEM_VERSION : ' ~> 7.24'
30
+ FACTER_GEM_VERSION : ' https://github.com/puppetlabs/facter#main'
31
+
28
32
steps :
29
33
- name : Checkout Source
30
34
uses : actions/checkout@v2
92
96
- puppet7-nightly
93
97
- puppet8-nightly
94
98
99
+ env :
100
+ PUPPET_GEM_VERSION : ' ~> 7.24'
101
+ FACTER_GEM_VERSION : ' https://github.com/puppetlabs/facter#main'
102
+
95
103
steps :
96
104
- name : Checkout Source
97
105
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments