Skip to content

Commit

Permalink
SQUASH 2
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed May 22, 2024
1 parent 381ffe9 commit 0fa69d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci:commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
meteor npm run install-hooks
- name: Configure git 🪛
env:
SENDER_ID: ${{ github.event.sender.id }}
SENDER_USERNAME: ${{ github.event.sender.login }}
env:
SENDER_ID: ${{ github.event.sender.id }}
SENDER_USERNAME: ${{ github.event.sender.login }}
run: |
git config --global user.email "${SENDER_ID}+${SENDER_USERNAME}@users.noreply.github.com"
git config --global user.name "${SENDER_USERNAME}"
Expand Down

0 comments on commit 0fa69d5

Please sign in to comment.