Skip to content

Commit

Permalink
XYZ-12345 added id
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyscholl committed Sep 13, 2024
1 parent e1df8c3 commit e66dad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Commit linting fixes
if: github.ref_name != 'main'
run: |
git config --global user.email "[email protected]"
git config --global user.name "Wesley Scholl"
git add -A
git commit -m "chore: fix linting issues"
env:
Expand Down

0 comments on commit e66dad4

Please sign in to comment.