Skip to content

Commit 84ce0b5

Browse files
Feature/tf workflow (#47)
Co-authored-by: Deepak Verma <[email protected]>
1 parent f6b2d06 commit 84ce0b5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/tf-checks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
- name: Terraform min/max versions
2727
id: minMax
2828
uses: clowdhaus/terraform-min-max@main
29-
with:
30-
directory: ${{ inputs.working_directory}}
3129
outputs:
3230
minVersion: ${{ steps.minMax.outputs.minVersion }}
3331
maxVersion: ${{ steps.minMax.outputs.maxVersion }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Above example is just a simple example to call workflow from github shared workf
5959
* [Example for terraform checks with aws cloud](https://github.com/clouddrove/github-shared-workflows/blob/master/docs/terraform-checks.md#example-for-terraform-checks-with-aws-cloud)
6060
* [Example for terraform checks with digitalocean cloud](https://github.com/clouddrove/github-shared-workflows/blob/master/docs/terraform-checks.md#example-for-terraform-checks-with-digitalocean-cloud)
6161
6. [Terraform Lint Workflow](https://github.com/clouddrove/github-shared-workflows/blob/master/docs/terraform-lint.md)
62-
7. [Terraform Checks Workflow](https://github.com/clouddrove/github-shared-workflows/blob/master/docs/terraform-static-checks.md)
62+
7. [Terraform Checks Workflow](https://github.com/clouddrove/github-shared-workflows/blob/master/docs/terraform-checks.md)
6363
6464
## Feedback
6565
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/github-shared-workflows/issues), or feel free to drop us an email at [[email protected]](mailto:[email protected]).

0 commit comments

Comments
 (0)