Skip to content

Commit

Permalink
Topics wont work yet
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Sep 18, 2023
1 parent bcdd0ad commit 7b64bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publiccode-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b64bba

Please sign in to comment.