Skip to content

Commit

Permalink
rename yaml file extension (#208)
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 authored May 12, 2024
1 parent 9151a20 commit aed397f
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@

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/examples/tf_via_pr_comments.yml)
- [TF via PR Comments or Input](.github/examples/tf_via_pr_comments_or_input.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 Input with `tenv` Proxy](.github/workflows/tf_tests.yml)
- [TF via PR Comments](.github/examples/tf_via_pr_comments.yaml)
- [TF via PR Comments or Input](.github/examples/tf_via_pr_comments_or_input.yaml)
- [TF via PR Input with AWS Authentication](.github/examples/tf_via_pr_input.yaml)
- [TF via PR Input with Matrix Strategy](.github/examples/tf_via_pr_input_matrix.yaml)
- [TF via PR Input with `tenv` Proxy](.github/workflows/tf_tests.yaml)

> [!NOTE]
>
Expand Down

0 comments on commit aed397f

Please sign in to comment.