Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
ntse committed Nov 29, 2024
1 parent 3ec5c68 commit 6f6fe2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

This repository contains several reusable GitHub Actions workflows. Below is an overview and links to detailed documentation for each workflow.

> :warning: To avoid unexpected breaking changes, it is recommended that you pin to a specific version of this repo using either a git tag or a commit hash and not to use `main`. This practice will help ensure the stability of your workflows.
## Workflows

1. [Terraform Code Check](docs/terraform-code-check.md)
2. [Terraform Plan Apply](docs/terraform-plan-apply.md)
3. [Terraform Destroy](docs/terraform-destroy.md)
4. [Terraform Core](docs/terraform-core.md)
4. [Terraform Core](docs/terraform-core.md)
5. [Container Image Build](docs/container-image-build.md)

0 comments on commit 6f6fe2f

Please sign in to comment.