Skip to content

Commit

Permalink
Fix post-upgrade command name
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Aug 20, 2023
1 parent 2739416 commit b8fc6e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions repos-action.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "repo_github_release_from_tag" {

ci_workflows = ["action"]
release_action_version = "main"
renovate_post_upgrade_command = "npm run renovate-post-update"
renovate_post_upgrade_command = "npm run renovate-post-upgrade"

has_discussions = true
has_release_discussions = true
Expand All @@ -34,7 +34,7 @@ module "repo_dependabot_automation" {
]

ci_workflows = ["action"]
renovate_post_upgrade_command = "npm run renovate-post-update"
renovate_post_upgrade_command = "npm run renovate-post-upgrade"

has_discussions = true

Expand Down
2 changes: 1 addition & 1 deletion repos-template.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module "repo_action_template" {
description = "A template repo for creating GitHub Actions"

ci_workflows = ["action"]
renovate_post_upgrade_command = "npm run renovate-post-update"
renovate_post_upgrade_command = "npm run renovate-post-upgrade"

is_template = true
}

0 comments on commit b8fc6e4

Please sign in to comment.