From b1cdbe73b84a8341cad1371e91b8ff26e34f90c6 Mon Sep 17 00:00:00 2001 From: Hugo Haakseth Date: Tue, 30 Apr 2024 23:36:54 +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 43b0750..c0bd488 100644 --- a/.sync.yml +++ b/.sync.yml @@ -6,6 +6,7 @@ spec/spec_helper.rb: mock_with: ':rspec' .github/workflows/ci.yml: - pidfile_workaround: CentOS + with: + pidfile_workaround: CentOS spec/spec_helper_acceptance.rb: unmanaged: false