From f8c0bc17d8ad22f67cfe236785feddd64cc68a14 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 17 Feb 2023 10:21:09 -0500 Subject: [PATCH] build: setup git user in sync branches workflow --- .github/workflows/sync-alpha-master.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-alpha-master.yml b/.github/workflows/sync-alpha-master.yml index 1cd7642719..ef6e33841c 100644 --- a/.github/workflows/sync-alpha-master.yml +++ b/.github/workflows/sync-alpha-master.yml @@ -13,7 +13,9 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - - name: Set up Node + - name: Setup Git User + uses: fregante/setup-git-user@v1 + - name: Setup Node uses: actions/setup-node@v1 with: node-version: 18