Skip to content

Commit

Permalink
Merge branch 'main' into ENG-872
Browse files Browse the repository at this point in the history
  • Loading branch information
triwats authored Aug 13, 2024
2 parents b1a7ed9 + 6a26417 commit 9abb999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 1 addition & 3 deletions examples/general-use/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9abb999

Please sign in to comment.