Skip to content

Commit

Permalink
remove unused var slack_notify_channel
Browse files Browse the repository at this point in the history
  • Loading branch information
sakajunquality committed Aug 15, 2024
1 parent 1dd701e commit fdd1afd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ git_author:
email: [email protected]

default_branch: main
slack_notify_channel: "#deploy"
4 changes: 1 addition & 3 deletions flow/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ type Config struct {

DefaultManifestOwner string `yaml:"default_manifest_owner"`
DefaultManifestName string `yaml:"default_manifest_name"`

SlackNotifiyChannel string `yaml:"slack_notify_channel"`
DefaultBranch string `yaml:"default_branch"`
DefaultBranch string `yaml:"default_branch"`
}

type Application struct {
Expand Down

0 comments on commit fdd1afd

Please sign in to comment.