Skip to content

Commit

Permalink
renamed public workflow location
Browse files Browse the repository at this point in the history
  • Loading branch information
dunefro committed Nov 1, 2024
1 parent f721ce0 commit 7c29e98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ on:
jobs:
fmt_and_lint:
name: Terraform fmt and tflint
uses: truefoundry/workflows/.github/github-workflows-public/terraform-lint-format.yml@terraform-workflows
uses: truefoundry/github-workflows-public/.github/workflows/terraform-lint-format.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/terraform-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ on:
jobs:
terraform-docs-generator:
name: Generate terraform docs
uses: truefoundry/workflows/.github/github-workflows-public/terraform-doc-generator.yml@terraform-workflows
uses: truefoundry/github-workflows-public/.github/workflows/terraform-doc-generator.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/terraform-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ on:
jobs:
terraform-scan:
name: Vulnerability scanning
uses: truefoundry/workflows/.github/workflows/terraform-scan.yml@terraform-workflows
uses: truefoundry/github-workflows-public/.github/workflows/terraform-scan.yml@main

0 comments on commit 7c29e98

Please sign in to comment.