Skip to content

Commit ce7e4e4

Browse files
authored
Merge pull request #46 from voxpupuli/fix_facter_bug
fix: update broken facter reference in build
2 parents a047573 + 16751a9 commit ce7e4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
build_args: |
3838
BASE_IMAGE=${{ matrix.base_image }}
3939
RUBYGEM_PUPPET=${{ matrix.rubygem_puppet }}
40-
RUBYGEM_FACTER=${{ matrix.facter_version }}
40+
RUBYGEM_FACTER=${{ matrix.rubygem_facter }}
4141
RUBYGEM_VOXPUPULI_TEST=${{ matrix.rubygem_voxpupuli_test }}
4242
RUBYGEM_VOXPUPULI_ACCEPTANCE=${{ matrix.rubygem_voxpupuli_acceptance }}
4343
RUBYGEM_VOXPUPULI_RELEASE=${{ matrix.rubygem_voxpupuli_release }}

0 commit comments

Comments
 (0)