From 433e81870f868d5a5ae39ed49d5d3e7c9d194753 Mon Sep 17 00:00:00 2001 From: Sorabh Date: Fri, 10 May 2024 10:56:01 -0700 Subject: [PATCH] Update sync_labels.yml --- .github/workflows/sync_labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_labels.yml b/.github/workflows/sync_labels.yml index 1fbda9c21aae1..64a7547e81fb0 100644 --- a/.github/workflows/sync_labels.yml +++ b/.github/workflows/sync_labels.yml @@ -14,7 +14,7 @@ jobs: - name: Synchronize labels uses: julbme/gh-action-manage-label@v1 with: - from: https://github.com/sohami/.github/tree/main/.github/config/labels.json + from: https://raw.github.com/sohami/.github/tree/main/.github/config/labels.json skip_delete: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}