Skip to content

Commit

Permalink
Merge pull request #475 from atheo89/follow-up-fix
Browse files Browse the repository at this point in the history
Change gitconfig to use --global option
  • Loading branch information
atheo89 authored Nov 28, 2024
2 parents e24c9e5 + 0eefd59 commit 65bef9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notebook-controller-images-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "GitHub Actions"
- name: Checkout branch
uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
steps:
- name: Set up Git
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 65bef9f

Please sign in to comment.