Skip to content

Commit

Permalink
Update atlasaction/bitbucket.go
Browse files Browse the repository at this point in the history
Co-authored-by: Noam Cattan <[email protected]>
  • Loading branch information
giautm and noamcattan authored Dec 11, 2024
1 parent ebff49e commit bfa032b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlasaction/bitbucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type bbPipe struct {
getenv func(string) string
}

// New returns a new Action for GitHub Actions.
// NewBitBucketPipe returns a new Action for BitBucket.
func NewBitBucketPipe(getenv func(string) string, w io.Writer) Action {
// Disable color output for testing,
// but enable it for non-testing environments.
Expand Down

0 comments on commit bfa032b

Please sign in to comment.