From 2e84499d60d126b02befe5d89042bc003420e966 Mon Sep 17 00:00:00 2001 From: Gael Leblan Date: Fri, 30 Aug 2024 14:06:19 +0200 Subject: [PATCH] Fix --- .github/workflows/auto-set-labels.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-set-labels.yml b/.github/workflows/auto-set-labels.yml index d08ca10..49d553f 100644 --- a/.github/workflows/auto-set-labels.yml +++ b/.github/workflows/auto-set-labels.yml @@ -11,4 +11,7 @@ jobs: - name: setting labels uses: Dimfacion/auto-label@1.0.0 with: - labels_by_organization: "{\"OpenBAS-Platform\":[\"test\"]}" \ No newline at end of file + labels_by_organization: | + { + "OpenBAS-Platform":["test"] + } \ No newline at end of file