Skip to content

Commit

Permalink
fix: pipeline (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
danteay committed Apr 17, 2024
1 parent fe725a4 commit cfed769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag_modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ref: "main"

- name: Fetch tags for modules
run: git fetch --tags origin '+refs/tags/${{ matrix.adapter }}/*:refs/tags/${{ matrix.adapter }}/*'
run: git fetch --tags origin '+refs/tags/${{ matrix.module }}/*:refs/tags/${{ matrix.module }}/*'

- name: Files modified
id: check
Expand Down
2 changes: 1 addition & 1 deletion levels/levels.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (
Panic
)

// String returns the string representation of the log level int.
// String returns the string representation of the log level int
func (l Level) String() string {
values := map[Level]string{
NoLevel: "",
Expand Down

0 comments on commit cfed769

Please sign in to comment.