From 8be8c012c8a247e5512276676b5e7092d88633eb Mon Sep 17 00:00:00 2001 From: Michael Wyatt Date: Fri, 17 Feb 2023 14:23:18 -0800 Subject: [PATCH] fix typo in autosync workflow (#2850) --- .github/workflows/{auto-pr.yml => auto-sync.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{auto-pr.yml => auto-sync.yml} (97%) diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-sync.yml similarity index 97% rename from .github/workflows/auto-pr.yml rename to .github/workflows/auto-sync.yml index 606834b3c897..5cc5dc02224f 100644 --- a/.github/workflows/auto-pr.yml +++ b/.github/workflows/auto-sync.yml @@ -15,7 +15,7 @@ jobs: with: token: ${{ secrets.GHP_TOKEN }} repository: ${{ secrets.DST_REPO }} - ref: ${{ secretes.DST_REPO_BRANCH }} + ref: ${{ secrets.DST_REPO_BRANCH }} path: dst-repo - name: Get PR data