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 .