From 61cc758eac5b5609dc31ec87a08742c76257373b Mon Sep 17 00:00:00 2001 From: Kevin Chappell Date: Wed, 20 Sep 2023 20:56:21 -0700 Subject: [PATCH] chore: update deploy-site workflow --- .github/workflows/deploy-site.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index c5d227ab2..f85983299 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -45,6 +45,8 @@ jobs: - name: Update website dependencies run: | cd formBuilder-site + git config --global user.name "GitHub Action" + git config --global user.email "action@github.com" npm update formBuilder formBuilder-languages npm version ${{ steps.get-version.outputs.version }} git push --follow-tags