Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
frasdav committed Nov 19, 2024
1 parent fb67268 commit 32be4ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
name: CI

on:
push:
branches:
- "**"
merge_group:
pull_request:
branches:
- "**"
push:
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion azuredevops/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

egit "github.com/gofrontier-com/go-utils/git/external_git"
egit "github.com/frontierhq/go-utils/git/external_git"
"github.com/microsoft/azure-devops-go-api/azuredevops/git"
"golang.org/x/exp/slices"
)
Expand Down
2 changes: 1 addition & 1 deletion git/external_git/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package external_git
import (
"fmt"

exec "github.com/gofrontier-com/go-utils/exec"
exec "github.com/frontierhq/go-utils/exec"
)

// Exec executes git commands in the context of the repository
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/gofrontier-com/go-utils
module github.com/frontierhq/go-utils

go 1.20

Expand Down

0 comments on commit 32be4ea

Please sign in to comment.