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 42e3027 commit 21d42acCopy full SHA for 21d42ac
.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 "[email protected]"
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