Skip to content

Commit

Permalink
bug: fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marwinbaumannsbp committed Feb 27, 2023
1 parent 9aff464 commit d7c23c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: terraform-docs/[email protected]
with:
args: --sort-by required
git-commit-message: Update module usage (terraform-docs)
git-commit-message: 'docs(readme): update module usage'
git-push: true
output-file: README.md
output-method: inject
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "update-changelog"
on:
release:
types:
- released
- published

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ variable "name" {

variable "path" {
type = string
default = "/"
default = "/platformm"
description = "Path in which to create the user."
}

Expand Down

0 comments on commit d7c23c8

Please sign in to comment.