From e3ee6f3962f82f7fde486252313b6ebcdba05244 Mon Sep 17 00:00:00 2001 From: avish mehta Date: Mon, 16 Dec 2024 01:53:53 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62e00cb6..409967c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Terraform and OpenTofu GitHub Actions ![release](https://img.shields.io/github/v/release/dflook/terraform-github-actions)![job runs](https://img.shields.io/docker/pulls/danielflook/terraform-github-actions?label=job%20runs) -This is a suite of terraform and OpenTofu related GitHub Actions that can be used together to build effective Infrastructure as Code workflows. +This is the suite of terraform and OpenTofu related GitHub Actions that can be used together to build effective Infrastructure as Code workflows. [GitHub Actions](https://github.com/features/actions) are a way to make automated workflows that trigger when events occur on your GitHub repository, using a YAML file that lives in your repo. These actions can be used to easily perform [Terraform](https://www.terraform.io/) or [OpenTofu](https://www.opentofu.org/) tasks as part of your workflow.