Skip to content

Commit c627e76

Browse files
(maint) Replace matrix.puppet_version with env.puppet_version
This commit changes the way we get the `puppet_version` when installing the latest nightly build of puppet.
1 parent 1bd7334 commit c627e76

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)