Skip to content

Commit

Permalink
Set git user globally (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard authored Jul 31, 2024
1 parent 7ecd6e0 commit 9783c55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:

- name: Configure git user
run: |
git config user.name 'Conda Bot'
git config user.email '[email protected]'
git config --global user.name 'Conda Bot'
git config --global user.email '[email protected]'
- name: (upstream) Remove repository from sync.yml
run: sed -i '\%${{ github.event.inputs.org }}/${{ github.event.inputs.repo }}$%d' upstream/.github/sync/config.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:

- name: Configure git user
run: |
git config user.name 'Conda Bot'
git config user.email '[email protected]'
git config --global user.name 'Conda Bot'
git config --global user.email '[email protected]'
- uses: conda/actions/combine-durations@976289d0cfd85139701b26ddd133abdd025a7b5f # v24.5.0

Expand Down

0 comments on commit 9783c55

Please sign in to comment.