From e294f38d9cd0339490c3040a96fdee4a2abd2568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Tue, 22 Apr 2025 17:59:28 +0200 Subject: [PATCH] Tests: fix packit config validation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Packit changed the command to validate its configuration, without keeping backward compatibility. Signed-off-by: Tomáš Hozza --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 2099cb5d..72ddaa9a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -61,7 +61,7 @@ jobs: - name: Validate Packit config run: | - packit validate-config .packit.yaml + packit config validate .packit.yaml snapshots: name: "🔍 Check for valid snapshot urls"