Skip to content

Commit

Permalink
Fix GH_ORG_EMAIL typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodlewski authored and monpie3 committed Oct 18, 2024
1 parent a255356 commit a6bf180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev-pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
node-version: 20
cache: 'npm'
- name: Git config
env:
GH_ORG_EMAIL: "WikiGDrive"
GH_ORG_NAME: "wikigdrive@wikigdrive.com"
run: |
git config --global user.email "${GH_ORG_EMAIL}"
git config --global user.name "${GH_ORG_NAME}"
Expand Down

0 comments on commit a6bf180

Please sign in to comment.