From 7b64bba9df27955f784b05855711d07f72521631 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Mon, 18 Sep 2023 20:30:30 +0200 Subject: [PATCH] Topics wont work yet --- .github/workflows/publiccode-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publiccode-check.yml b/.github/workflows/publiccode-check.yml index 7af6bff..50e802a 100644 --- a/.github/workflows/publiccode-check.yml +++ b/.github/workflows/publiccode-check.yml @@ -72,8 +72,8 @@ jobs: data['description'] = "$REPO_DESC" if "$REPO_HOMEPAGE" != "null" and "$REPO_HOMEPAGE": data['url'] = "$REPO_HOMEPAGE" - if "$REPO_TOPICS" != "null" and "$REPO_TOPICS": - data['topics'] = "$REPO_TOPICS" + #if "$REPO_TOPICS" != "null" and "$REPO_TOPICS": + # data['topics'] = "$REPO_TOPICS" if "$REPO_LICENSE" != "null" and "$REPO_LICENSE": data['license'] = "$REPO_LICENSE"