Skip to content

Commit

Permalink
test: Update the name of the automation bot.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Nov 12, 2024
1 parent 7b684ec commit be38c26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
- name: Git commit if changed
run: |
git config user.name "Ryan Parman (Bot)"
git config user.email "ryan@ryanparman.com"
git config user.name "Northwood Labs (Bot)"
git config user.email "bot@northwood-labs.com"
set +e
Expand Down
3 changes: 2 additions & 1 deletion corefunc/toml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ import (
"strings"
"testing"

"github.com/northwood-labs/terraform-provider-corefunc/testfixtures"
"github.com/pelletier/go-toml/v2"

"github.com/northwood-labs/terraform-provider-corefunc/testfixtures"
)

func ExampleTOMLtoJSON() {
Expand Down

0 comments on commit be38c26

Please sign in to comment.