Skip to content

Commit e66dad4

Browse files
committed
XYZ-12345 added id
1 parent e1df8c3 commit e66dad4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- name: Commit linting fixes
3030
if: github.ref_name != 'main'
3131
run: |
32+
git config --global user.email "wscholl@totalwine.com"
33+
git config --global user.name "Wesley Scholl"
3234
git add -A
3335
git commit -m "chore: fix linting issues"
3436
env:

0 commit comments

Comments
 (0)