From 95543ec84940cfab34f8a80fbb722821196bee6d Mon Sep 17 00:00:00 2001 From: Dominik Koch Date: Thu, 29 Aug 2024 23:47:58 +0200 Subject: [PATCH 1/4] break file to test workflow --- data/creators/europe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/creators/europe.json b/data/creators/europe.json index f15a595..7bf6491 100644 --- a/data/creators/europe.json +++ b/data/creators/europe.json @@ -1,6 +1,6 @@ { "papaplatte": { - "name": "Papaplatte", + "name": "Papaplatte",, "steam": { "id": "76561198013760707", "name": "lattensepp" From 8b3e2541c0b4e0d88956bccf8e269d38ac719d8d Mon Sep 17 00:00:00 2001 From: Dominik Koch Date: Thu, 29 Aug 2024 23:49:34 +0200 Subject: [PATCH 2/4] Update europe.json --- data/creators/europe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/creators/europe.json b/data/creators/europe.json index 7bf6491..661f8f4 100644 --- a/data/creators/europe.json +++ b/data/creators/europe.json @@ -16,7 +16,7 @@ }, "youtube": { "handle": "@papaplatte", - "id": "UCDmbhGe7-wC1a55l5ZYAZJw", + "id": "UCDmbhGe7-wC1a55l5ZYAZJw",, "partner": true } }, From 642d9eb997f64a232b3ae2decf48c82679ddd0e9 Mon Sep 17 00:00:00 2001 From: Dominik Koch Date: Thu, 29 Aug 2024 23:52:01 +0200 Subject: [PATCH 3/4] Update europe.json --- data/creators/europe.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/creators/europe.json b/data/creators/europe.json index 661f8f4..f15a595 100644 --- a/data/creators/europe.json +++ b/data/creators/europe.json @@ -1,6 +1,6 @@ { "papaplatte": { - "name": "Papaplatte",, + "name": "Papaplatte", "steam": { "id": "76561198013760707", "name": "lattensepp" @@ -16,7 +16,7 @@ }, "youtube": { "handle": "@papaplatte", - "id": "UCDmbhGe7-wC1a55l5ZYAZJw",, + "id": "UCDmbhGe7-wC1a55l5ZYAZJw", "partner": true } }, From 14e427add28ee470b35cd4e11ef7a74a64845ce6 Mon Sep 17 00:00:00 2001 From: Dominik Koch Date: Thu, 29 Aug 2024 23:52:57 +0200 Subject: [PATCH 4/4] fix: disable pr comment --- .github/workflows/validate-creator-json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-creator-json.yml b/.github/workflows/validate-creator-json.yml index 7e028c8..9ffecb4 100644 --- a/.github/workflows/validate-creator-json.yml +++ b/.github/workflows/validate-creator-json.yml @@ -18,6 +18,6 @@ jobs: id: json-yaml-validate uses: GrantBirki/json-yaml-validate@v3.2.1 with: - comment: "true" + comment: "false" files: "/data/creators/europe.json"