From a22a28e8143efcc4cd15a4220d119d4fba16d148 Mon Sep 17 00:00:00 2001 From: Naresh Date: Sun, 14 Apr 2024 17:30:23 +0100 Subject: [PATCH] Fix formatting for sync action --- .github/workflows/sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index 8303466ed2a..669673c39a8 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -37,7 +37,7 @@ jobs: run: | git push -u origin update-from-upstream - - name: Create pull request + - name: Create pull request env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |