Skip to content

Commit 7f5291b

Browse files
committed
maint - add env variables to ci/nightly.yml
1 parent f47bd78 commit 7f5291b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
outputs:
2121
matrix: ${{ steps.get-matrix.outputs.matrix }}
2222

23+
env:
24+
PUPPET_GEM_VERSION: '~> 7.24'
25+
2326
steps:
2427
- name: Checkout Source
2528
uses: actions/checkout@v2
@@ -56,6 +59,10 @@ jobs:
5659
fail-fast: false
5760
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}
5861

62+
env:
63+
PUPPET_GEM_VERSION: ${{ matrix.puppet_version }}
64+
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
65+
5966
steps:
6067
- name: Checkout Source
6168
uses: actions/checkout@v2

.github/workflows/nightly.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
outputs:
2020
matrix: ${{ steps.get-matrix.outputs.matrix }}
2121

22+
env:
23+
PUPPET_GEM_VERSION: '~> 7.24'
24+
2225
steps:
2326
- name: Checkout Source
2427
uses: actions/checkout@v2
@@ -54,6 +57,10 @@ jobs:
5457
strategy:
5558
fail-fast: false
5659
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'
5764

5865
steps:
5966
- name: Checkout Source

0 commit comments

Comments
 (0)