From be5405d4d843102b25a6f77d18577f34e1584c75 Mon Sep 17 00:00:00 2001 From: Peter Mescalchin Date: Fri, 29 Apr 2022 11:43:32 +1000 Subject: [PATCH] Add TOC to `README.md` --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 08d7c7409..9d4b601b9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ The `hashicorp/setup-terraform` action is a JavaScript action that sets up Terra After you've used the action, subsequent steps in the same job can run arbitrary Terraform commands using [the GitHub Actions `run` syntax](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsrun). This allows most Terraform commands to work exactly like they do on your local command line. +- [Usage](#usage) +- [Inputs](#inputs) +- [Outputs](#outputs) +- [License](#license) +- [Code of Conduct](#code-of-conduct) +- [Experimental Status](#experimental-status) + ## Usage This action can be run on `ubuntu-latest`, `windows-latest`, and `macos-latest` GitHub Actions runners. When running on `windows-latest` the shell should be set to Bash.