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 24be013 commit a255356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: 'npm'
- name: Git config
run: |
git config --global user.email "${GH_ORG_EMAI}"
git config --global user.email "${GH_ORG_EMAIL}"
git config --global user.name "${GH_ORG_NAME}"
- name: Apply version bump (major)
if: contains(github.event.pull_request.labels.*.name, 'major')
Expand Down

0 comments on commit a255356

Please sign in to comment.