Skip to content

Commit

Permalink
Merge pull request #4 from andreynering/fix-github-case
Browse files Browse the repository at this point in the history
chore: rename "Github" to "GitHub"
  • Loading branch information
julienbourdeau authored Apr 25, 2024
2 parents 3cb9f95 + bfd07cf commit 37b7c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Commit /build_production
run: |
git config --global user.email "julien@julienbourdeau.com"
git config --global user.name "Github Actions"
git config --global user.name "GitHub Actions"
git add -f build_production
git commit -m 'Build static site'
Expand Down
2 changes: 1 addition & 1 deletion navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'url' => '/changelog',
],
'github' => [
'label' => 'Github',
'label' => 'GitHub',
'url' => 'https://github.com/julienbourdeau/debugbar',
'external' => true,
],
Expand Down

0 comments on commit 37b7c51

Please sign in to comment.