Skip to content

Commit

Permalink
ci: use isamborg for registering
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Jul 1, 2024
1 parent ba819b3 commit 351cb58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- run: |
git config --global user.email "bot@astro-group-bristol"
git config --global user.name "astro-group-bristol[bot]"
git config --global user.email "[email protected]"
git config --global user.name "Isamborg"
julia -e '
import Pkg
Pkg.add(url="https://github.com/GunnarFarneback/LocalRegistry.jl")
Expand Down

0 comments on commit 351cb58

Please sign in to comment.