Skip to content

Commit 99fde0d

Browse files
authored
Merge pull request #61 from BobosilaVictor/maint/change-to-env-version
(maint) Replace matrix.puppet_version with env.puppet_version
2 parents 1bd7334 + c627e76 commit 99fde0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
sleep_time=0
107107
until [ $sleep_time -ge 15 ]
108108
do
109-
curl --location http://nightlies.puppet.com/downloads/gems/puppet${{ matrix.puppet_version }}-nightly/${{ matrix.gem_file }} --output puppet.gem
109+
curl --location http://nightlies.puppet.com/downloads/gems/puppet${{ env.puppet_version }}-nightly/${{ matrix.gem_file_postfix }} --output puppet.gem
110110
gem install puppet.gem -N && break
111111
112112
sleep_time=$((sleep_time*2+1))

0 commit comments

Comments
 (0)