From 354b4233e25c4032fe191080d1eed7c8a8f86974 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Thu, 17 Nov 2022 22:20:27 +0100 Subject: [PATCH] GitHub Actions: ignore `pluginRepositoryUrl` in Template Verify workflow --- .github/workflows/template-verify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/template-verify.yml b/.github/workflows/template-verify.yml index c35e60e..3fff541 100644 --- a/.github/workflows/template-verify.yml +++ b/.github/workflows/template-verify.yml @@ -34,6 +34,7 @@ jobs: -I '^pluginVersion' \ -I '^pluginGroup' \ -I '^pluginName' \ + -I '^pluginRepositoryUrl' \ --label .github/template-cleanup/gradle.properties \ --label gradle.properties \ .github/template-cleanup/gradle.properties gradle.properties \