diff --git a/latest-wrangler/Dockerfile b/.github/actions/latest-wrangler/Dockerfile similarity index 100% rename from latest-wrangler/Dockerfile rename to .github/actions/latest-wrangler/Dockerfile diff --git a/latest-wrangler/README.md b/.github/actions/latest-wrangler/README.md similarity index 100% rename from latest-wrangler/README.md rename to .github/actions/latest-wrangler/README.md diff --git a/latest-wrangler/action.yml b/.github/actions/latest-wrangler/action.yml similarity index 100% rename from latest-wrangler/action.yml rename to .github/actions/latest-wrangler/action.yml diff --git a/latest-wrangler/examples/example_workflow.yml b/.github/actions/latest-wrangler/examples/example_workflow.yml similarity index 100% rename from latest-wrangler/examples/example_workflow.yml rename to .github/actions/latest-wrangler/examples/example_workflow.yml diff --git a/latest-wrangler/examples/example_workflow_dispatch.json b/.github/actions/latest-wrangler/examples/example_workflow_dispatch.json similarity index 100% rename from latest-wrangler/examples/example_workflow_dispatch.json rename to .github/actions/latest-wrangler/examples/example_workflow_dispatch.json diff --git a/latest-wrangler/main.py b/.github/actions/latest-wrangler/main.py similarity index 100% rename from latest-wrangler/main.py rename to .github/actions/latest-wrangler/main.py diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 1d13c85..b5aad53 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -60,7 +60,7 @@ jobs: id: tags # this cannot be relative because this workflow is called from multiple repos # in addition to a manual trigger - uses: dbt-labs/dbt-release/latest-wrangler@main + uses: dbt-labs/dbt-release/.github/actions/latest-wrangler@main with: package_name: ${{ inputs.package }} new_version: ${{ inputs.version_number }}