Skip to content

Commit

Permalink
feat: use github login
Browse files Browse the repository at this point in the history
  • Loading branch information
PancakePhilarmonych committed Nov 1, 2023
1 parent 6857706 commit 109550e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- run: npm install
- run: npm run build
- name: Configure Git user
- uses: fregante/setup-git-user@v2
run: |
git config user.name "${{ github.user.login }}"
git config user.email "${{ github.user.email }}"
Expand Down

0 comments on commit 109550e

Please sign in to comment.