File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 20
20
outputs :
21
21
matrix : ${{ steps.get-matrix.outputs.matrix }}
22
22
23
+ env :
24
+ PUPPET_GEM_VERSION : ' ~> 7.24'
25
+
23
26
steps :
24
27
- name : Checkout Source
25
28
uses : actions/checkout@v2
56
59
fail-fast : false
57
60
matrix : ${{fromJson(needs.setup_matrix.outputs.matrix)}}
58
61
62
+ env :
63
+ PUPPET_GEM_VERSION : ${{ matrix.puppet_version }}
64
+ FACTER_GEM_VERSION : ' https://github.com/puppetlabs/facter#main'
65
+
59
66
steps :
60
67
- name : Checkout Source
61
68
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 19
19
outputs :
20
20
matrix : ${{ steps.get-matrix.outputs.matrix }}
21
21
22
+ env :
23
+ PUPPET_GEM_VERSION : ' ~> 7.24'
24
+
22
25
steps :
23
26
- name : Checkout Source
24
27
uses : actions/checkout@v2
54
57
strategy :
55
58
fail-fast : false
56
59
matrix : ${{fromJson(needs.setup_matrix.outputs.matrix)}}
60
+
61
+ env :
62
+ PUPPET_GEM_VERSION : ${{ matrix.puppet_version }}
63
+ FACTER_GEM_VERSION : ' https://github.com/puppetlabs/facter#main'
57
64
58
65
steps :
59
66
- name : Checkout Source
You can’t perform that action at this time.
0 commit comments