We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d750ce commit fba8a49Copy full SHA for fba8a49
1 file changed
docs/tf-pr-checks.md
@@ -25,12 +25,12 @@ on:
25
26
jobs:
27
complete-example:
28
- uses: clouddrove/github-shared-workflows/.github/workflows/tf-pr-checks.yaml@v2
+ uses: clouddrove/github-shared-workflows/.github/workflows/tf-diff-checks.yml@v2
29
with:
30
provider: 'azurerm'
31
terraform_directory: 'examples/complete'
32
target_branch: 'master'
33
secrets:
34
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
35
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
36
-```
+```
0 commit comments