Skip to content

Commit

Permalink
fix team tag name on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysauer committed Mar 23, 2024
1 parent 7ebe0dc commit d85263f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ provider "aws" {
default_tags {
tags = {
owner = "determined_ci"
team = "docs-team"
gh_team = "docs-team"
long_running = "docs_site"
}
}
Expand Down

0 comments on commit d85263f

Please sign in to comment.