diff --git a/README.md b/README.md index f7ed5eb..8693978 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Run Terraform Action from oak-terraform-actions - uses: oaknational/oak-terrform-actions/actions/terraform-checks@main + uses: oaknational/oak-terraform-actions/actions/terraform-checks/action.yml@main ``` For more details, visit the [Oak Terraform Actions repository](https://github.com/oaknational/oak-terraform-actions). -# commitlint +# Commitlint We're using [husky](https://github.com/typicode/husky) to create pre-commit hooks with commitlint and the [conventional commit plugin](https://github.com/conventional-changelog/commitlint). diff --git a/examples/general-use/README.md b/examples/general-use/README.md index 4bbc318..307f794 100644 --- a/examples/general-use/README.md +++ b/examples/general-use/README.md @@ -23,9 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Run Terraform Action from oak-terraform-actions - uses: oaknational/oak-terraform-actions/actions/terraform@main - with: - example_input: "value" + uses: oaknational/oak-terraform-actions/actions/terraform-checks/action.yml@main ``` ### Explanation