Skip to content

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

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

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

Workflow file for this run

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

Check failure on line 10 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: 10, Col: 11): Input provider is required, but not provided while calling.
with:
working_directory: './examples/MariaDb/'
tf-checks-PostgreSQL:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './examples/PostgreSQL/'
tf-checks-complete-mssql-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './examples/complete-mssql/'
tf-checks-complete-mysql-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './examples/complete-mysql/'
tf-checks-oracle_db-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './examples/oracle_db/'
tf-checks-replica-mysql-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './examples/replica-mysql/'
...