GitHub Actions: ignore pluginRepositoryUrl in Template Verify workflow

This commit is contained in:
Jakub Chrzanowski 2022-11-17 22:20:27 +01:00
parent 6c52f3624a
commit 354b4233e2
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -34,6 +34,7 @@ jobs:
-I '^pluginVersion' \ -I '^pluginVersion' \
-I '^pluginGroup' \ -I '^pluginGroup' \
-I '^pluginName' \ -I '^pluginName' \
-I '^pluginRepositoryUrl' \
--label .github/template-cleanup/gradle.properties \ --label .github/template-cleanup/gradle.properties \
--label gradle.properties \ --label gradle.properties \
.github/template-cleanup/gradle.properties gradle.properties \ .github/template-cleanup/gradle.properties gradle.properties \