Skip to content

Commit 074ef98

Browse files
authored
Merge pull request #499 from StatensPensjonskasse/use-with-for-ci.yml-inputs
use with for ci.yml inputs in .sync.yml
2 parents 41327d6 + b4d00fc commit 074ef98

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ spec/spec_helper.rb:
44
spec/spec_helper_acceptance.rb:
55
unmanaged: true
66
.github/workflows/ci.yml:
7-
beaker_facter: 'nodejs_version:NodeJS:16,18,20'
7+
with:
8+
beaker_facter: 'nodejs_version:NodeJS:16,18,20'

0 commit comments

Comments
 (0)