Skip to content

Commit

Permalink
fix(ENG-867): fixing typo, removing pull request from runs
Browse files Browse the repository at this point in the history
  • Loading branch information
triwats committed Sep 2, 2024
1 parent afbe42e commit 377d258
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 @@ -28,20 +28,20 @@ actions/
### How to Use

```yaml
# Example Github Workflow file to run Terraform Check action
# Example Github Workflow file to run Terraform Check action # Example Github Workflow file to run Terraform Check action
name: Terraform Checks

on: [push, pull_request] # yamllint disable-line rule:truthy
on: [push] # yamllint disable-line rule:truthy

jobs:
example-job:
terraform-lint-format:
runs-on: ubuntu-latest

steps:
- 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@main
```
For more details, visit the [Oak Terraform Actions repository](https://github.com/oaknational/oak-terraform-actions).
Expand Down

0 comments on commit 377d258

Please sign in to comment.