From 8ea6600100ad3aaead58fc27447caa77c744fc3e Mon Sep 17 00:00:00 2001 From: devdigital Date: Wed, 10 Jan 2024 16:48:36 +0000 Subject: [PATCH] feat: update ci (#93) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9b323b..9daec52 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 user run: | git config user.name "${GITHUB_ACTOR}" git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"