diff --git a/.github/workflows/lint_2.x_schemas.yml b/.github/workflows/lint_2.x_schemas.yml index f983dcb0..cafb0c90 100644 --- a/.github/workflows/lint_2.x_schemas.yml +++ b/.github/workflows/lint_2.x_schemas.yml @@ -18,7 +18,7 @@ env: jobs: discover-schema: - uses: ./.github/workflows/discover_2.x_schema.yml + uses: $/.github/workflows/discover_2.x_schema.yml discover-linter: timeout-minutes: 5 runs-on: ubuntu-latest diff --git a/.github/workflows/test_2.x_java.yml b/.github/workflows/test_2.x_java.yml index 8405d3f0..d9719f12 100644 --- a/.github/workflows/test_2.x_java.yml +++ b/.github/workflows/test_2.x_java.yml @@ -23,7 +23,7 @@ env: jobs: discover-schema: - uses: ./.github/workflows/discover_2.x_schema.yml + uses: $/.github/workflows/discover_2.x_schema.yml test_java: needs: - discover-schema diff --git a/.github/workflows/test_2.x_js.yml b/.github/workflows/test_2.x_js.yml index 9ce1b120..ec108204 100644 --- a/.github/workflows/test_2.x_js.yml +++ b/.github/workflows/test_2.x_js.yml @@ -25,7 +25,7 @@ env: jobs: discover-schema: - uses: ./.github/workflows/discover_2.x_schema.yml + uses: $/.github/workflows/discover_2.x_schema.yml test_js: needs: - discover-schema diff --git a/.github/workflows/test_2.x_php.yml b/.github/workflows/test_2.x_php.yml index 9ed8a29f..08e724ef 100644 --- a/.github/workflows/test_2.x_php.yml +++ b/.github/workflows/test_2.x_php.yml @@ -25,7 +25,7 @@ env: jobs: discover-schema: - uses: ./.github/workflows/discover_2.x_schema.yml + uses: $/.github/workflows/discover_2.x_schema.yml test_php: needs: - discover-schema