diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 344848c..f9b323b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '18.x' - - name: configure git + - name: Configure git run: | git config user.name "${GITHUB_ACTOR}" git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"