Skip to content

Commit

Permalink
feat: update ci (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
devdigital authored Jan 10, 2024
1 parent d2a3072 commit 8ea6600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8ea6600

Please sign in to comment.