Skip to content

Commit

Permalink
fix: spelling mistake in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentsor committed Dec 10, 2024
1 parent 6a75f33 commit 1b8372c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-indexing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Push Markdown Index
run: |
if [[ `git status --porcelain` ]]; then
git config --global user.name 'dotCliqe CI'
git config --global user.name 'dotClique CI'
git config --global user.email 'ci@dotclique.com'
git add ./index
git commit -m "Update markdown index"
Expand Down

0 comments on commit 1b8372c

Please sign in to comment.