We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5b684 commit e1fc3afCopy full SHA for e1fc3af
.github/workflows/ci.yml
@@ -57,6 +57,10 @@ jobs:
57
fail-fast: false
58
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}
59
60
+ env:
61
+ PUPPET_GEM_VERSION: '~> 7.24'
62
+ FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
63
+
64
steps:
65
- name: Checkout Source
66
uses: actions/checkout@v2
.github/workflows/nightly.yml
@@ -55,6 +55,10 @@ jobs:
55
56
0 commit comments