From 7a51c1af6cbd62c0568ddf4ddc5e554cc0d72ff1 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 21 Aug 2025 16:19:03 +0100 Subject: [PATCH] fix: broken syntax of workflow --- .github/workflows/sync-content-to-repo.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-content-to-repo.yml b/.github/workflows/sync-content-to-repo.yml index 052cb3a0b..8b39a7d71 100644 --- a/.github/workflows/sync-content-to-repo.yml +++ b/.github/workflows/sync-content-to-repo.yml @@ -51,9 +51,7 @@ jobs: base: "master" labels: | automated pr - reviewers: - - jcanalesluna - - kamranahmedse + reviewers: jcanalesluna,kamranahmedse commit-message: "chore: sync content to repo" title: "chore: sync content to repository - ${{ inputs.roadmap_slug }}" body: | @@ -65,4 +63,4 @@ jobs: > Commit: ${{ github.sha }} > Workflow Path: ${{ github.workflow_ref }} - **Please Review the Changes and Merge the PR if everything is fine.** \ No newline at end of file + **Please Review the Changes and Merge the PR if everything is fine.**