Skip to content

Commit

Permalink
docs: fix link reference
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
  • Loading branch information
rdhar committed Apr 3, 2024
1 parent a344f3e commit 3648f6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@

Functional workflow examples are provided below, along with associated permissions and triggers. The full list of inputs is documented [below](#inputs).

- [TF via PR Comments](.github/workflows/tf_via_pr_comments.yml)
- [TF via PR Input with AWS Authentication](.github/workflows/tf_via_pr_input.yml)
- [TF via PR Input with Matrix Strategy](.github/workflows/tf_via_pr_input_matrix.yml)
- [TF via PR Comments or Input](.github/workflows/tf_via_pr_comments_or_input.yml)
- [TF via PR Comments](.github/examples/tf_via_pr_comments.yml)
- [TF via PR Input with AWS Authentication](.github/examples/tf_via_pr_input.yml)
- [TF via PR Input with Matrix Strategy](.github/examples/tf_via_pr_input_matrix.yml)
- [TF via PR Comments or Input](.github/examples/tf_via_pr_comments_or_input.yml)

> [!NOTE]
>
Expand Down

0 comments on commit 3648f6e

Please sign in to comment.