From 555836ee41cb6783452d57c7c56583ef17d1e2cf Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 10 Oct 2024 10:45:16 -0700 Subject: [PATCH] update GIT_EMAIL and username for sync bot (#954) --- .github/workflows/sync-skyvern-cloud.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-skyvern-cloud.yml b/.github/workflows/sync-skyvern-cloud.yml index 994269dfc..9561391b3 100644 --- a/.github/workflows/sync-skyvern-cloud.yml +++ b/.github/workflows/sync-skyvern-cloud.yml @@ -28,6 +28,8 @@ jobs: uses: Skyvern-AI/repo-file-sync-action@main with: GH_PAT: ${{ secrets.SKYVERN_CLOUD_GH_PAT }} + GIT_EMAIL: shu@skyvern.com + GIT_USERNAME: Shuchang Zheng BRANCH_NAME: repo-sync/${{ steps.pr_details.outputs.BRANCH_NAME }} PR_BODY: ${{ steps.pr_details.outputs.PR_BODY }} PR_TITLE: ${{ steps.pr_details.outputs.PR_TITLE }}