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