Skip to content

Commit 3e07e88

Browse files
authored
Merge pull request #27 from StatensPensjonskasse/use-with-for-ci.yml-inputs
use with for ci.yml inputs in .sync.yml
2 parents 29d0bf0 + f385df7 commit 3e07e88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Gemfile:
44
':test':
55
- gem: ruby-augeas
66
.github/workflows/ci.yml:
7-
additional_packages: libaugeas-dev augeas-tools
7+
with:
8+
additional_packages: libaugeas-dev augeas-tools
89
spec/spec_helper.rb:
910
spec_overrides:
1011
- "require 'spec_helper_local'"

0 commit comments

Comments
 (0)