From 8124d636f1d384a8ec0a5838a82be462f5234977 Mon Sep 17 00:00:00 2001 From: Hugo Haakseth Date: Tue, 30 Apr 2024 23:40:43 +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 46f86a02..cb28c684 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,5 +1,6 @@ --- .github/workflows/ci.yml: - timeout_minutes: 75 + with: + timeout_minutes: 75 spec/spec_helper.rb: spec_overrides: "require 'spec_helper_methods'"