Skip to content

Commit fba8a49

Browse files
authored
fix : Update workflow reference from tf-pr-checks to tf-diff-checks
1 parent 4d750ce commit fba8a49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tf-pr-checks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ on:
2525

2626
jobs:
2727
complete-example:
28-
uses: clouddrove/github-shared-workflows/.github/workflows/tf-pr-checks.yaml@v2
28+
uses: clouddrove/github-shared-workflows/.github/workflows/tf-diff-checks.yml@v2
2929
with:
3030
provider: 'azurerm'
3131
terraform_directory: 'examples/complete'
3232
target_branch: 'master'
3333
secrets:
3434
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
3535
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
36-
```
36+
```

0 commit comments

Comments
 (0)