diff --git a/.github/workflows/github-actions-build-number.yml b/.github/workflows/github-actions-build-number.yml index 2e38ce32a..b84c346bf 100644 --- a/.github/workflows/github-actions-build-number.yml +++ b/.github/workflows/github-actions-build-number.yml @@ -19,6 +19,7 @@ jobs: node-version: 20 - name: Set Git Config run: | + echo $(pwd) git config --local user.name "${{ github.actor }}" git config --local user.email "${{ github.actor }}@users.noreply.github.com" - name: Get Build Number