Skip to content

build(deps): bump clouddrove/github-shared-workflows from 1.2.5 to 1.2.6 #87

build(deps): bump clouddrove/github-shared-workflows from 1.2.5 to 1.2.6

build(deps): bump clouddrove/github-shared-workflows from 1.2.5 to 1.2.6 #87

Workflow file for this run

name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
tf-checks-private-subnet-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]

Check failure on line 9 in .github/workflows/tf-checks.yml

View workflow run for this annotation

GitHub Actions / tf-checks

Invalid workflow file

The workflow is not valid. .github/workflows/tf-checks.yml (Line: 9, Col: 11): Input provider is required, but not provided while calling.
with:
working_directory: './examples/private-subnet/'
tf-checks-basic-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './examples/basic/'
tf-checks-public-private-subnet-single-nat-gateway-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './examples/public-private-subnet-single-nat-gateway/'
tf-checks-complete-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './examples/complete/'
tf-checks-public-subnet-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './examples/public-subnet/'