Skip to content

Commit

Permalink
Merge branch 'main' into files-source-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelallan72 authored Jun 13, 2024
2 parents 639cbbf + af0e73f commit 80a5043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-plans/modules/GitHub/workflows/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ variable "pr_branch" {
variable "pr_title" {
type = string
description = "Pull request title."
default = "Updating workflows files"
default = "Update workflow files"
}

variable "pr_body" {
type = string
description = "Pull request body message."
default = "Updates workflows files by SolEng bot."
default = "This is an automated pull request to update workflow files from https://github.com/canonical/solutions-engineering-automation."
}

variable "workflow_files" {
Expand Down

0 comments on commit 80a5043

Please sign in to comment.