Skip to content

Commit c23c8fb

Browse files
committed
(maint) - add env variable to ci
1 parent 260a02c commit c23c8fb

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Diff for: .github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626

2727
runs-on: ${{ matrix.platform }}
2828

29+
env:
30+
PUPPET_GEM_VERSION: '~> 7.24'
31+
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
32+
2933
steps:
3034
- name: Checkout Source
3135
uses: actions/checkout@v2
@@ -93,6 +97,10 @@ jobs:
9397
- puppet7-nightly
9498
- puppet8-nightly
9599

100+
env:
101+
PUPPET_GEM_VERSION: '~> 7.24'
102+
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
103+
96104
steps:
97105
- name: Checkout Source
98106
uses: actions/checkout@v2

Diff for: .github/workflows/nightly.yml

+8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525

2626
runs-on: ${{ matrix.platform }}
2727

28+
env:
29+
PUPPET_GEM_VERSION: '~> 7.24'
30+
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
31+
2832
steps:
2933
- name: Checkout Source
3034
uses: actions/checkout@v2
@@ -92,6 +96,10 @@ jobs:
9296
- puppet7-nightly
9397
- puppet8-nightly
9498

99+
env:
100+
PUPPET_GEM_VERSION: '~> 7.24'
101+
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
102+
95103
steps:
96104
- name: Checkout Source
97105
uses: actions/checkout@v2

0 commit comments

Comments
 (0)