From 4ab76b02db190998a1f17a6f87eca97b30d9fbdf Mon Sep 17 00:00:00 2001 From: Stephen Marshall Date: Wed, 25 Oct 2023 12:19:09 -0400 Subject: [PATCH] WIP --- .github/workflows/github-actions-build-number.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-build-number.yml b/.github/workflows/github-actions-build-number.yml index 2e38ce32a..1bece0084 100644 --- a/.github/workflows/github-actions-build-number.yml +++ b/.github/workflows/github-actions-build-number.yml @@ -19,8 +19,10 @@ jobs: node-version: 20 - name: Set Git Config run: | - git config --local user.name "${{ github.actor }}" - git config --local user.email "${{ github.actor }}@users.noreply.github.com" + git config --global user.name "${{ github.actor }}" + git config --global user.email "${{ github.actor }}@users.noreply.github.com" + echo $(git config user.name) + echo $(git config user.email) - name: Get Build Number run: | git clone --depth 5 git@github.com:powerhome/nitro-buildnumber.git .