From c8647fa8a868483fd49bc31a5f18a1494ecddbce Mon Sep 17 00:00:00 2001 From: Chun-Heng Tai Date: Thu, 22 Jan 2026 09:10:22 -0800 Subject: [PATCH] Fixes sync_release_pr workflow yaml formatting --- .github/workflows/sync_release_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_release_pr.yml b/.github/workflows/sync_release_pr.yml index 7c661f9f7b4d..fe2173b74182 100644 --- a/.github/workflows/sync_release_pr.yml +++ b/.github/workflows/sync_release_pr.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - - name: Create Pull Request + - name: Create Pull Request uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 with: token: ${{ secrets.GITHUB_TOKEN }}