From f385df71e577e93292ac41fc2c771321cff7fc8a Mon Sep 17 00:00:00 2001 From: Hugo Haakseth Date: Tue, 30 Apr 2024 23:19:31 +0200 Subject: [PATCH] use with for ci.yml inputs in .sync.yml --- .sync.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.sync.yml b/.sync.yml index 44ada8b..80feb26 100644 --- a/.sync.yml +++ b/.sync.yml @@ -4,7 +4,8 @@ Gemfile: ':test': - gem: ruby-augeas .github/workflows/ci.yml: - additional_packages: libaugeas-dev augeas-tools + with: + additional_packages: libaugeas-dev augeas-tools spec/spec_helper.rb: spec_overrides: - "require 'spec_helper_local'"