We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1df8c3 commit e66dad4Copy full SHA for e66dad4
.github/workflows/pipeline.yaml
@@ -29,6 +29,8 @@ jobs:
29
- name: Commit linting fixes
30
if: github.ref_name != 'main'
31
run: |
32
+ git config --global user.email "wscholl@totalwine.com"
33
+ git config --global user.name "Wesley Scholl"
34
git add -A
35
git commit -m "chore: fix linting issues"
36
env:
0 commit comments