From 25f828a2c337d90f98d58566641591b640c49f3f Mon Sep 17 00:00:00 2001 From: Ved misra <47312748+misraved@users.noreply.github.com> Date: Fri, 3 May 2024 16:14:28 +0530 Subject: [PATCH] Update steampipe-anywhere.yml to use a new workflow in the steampipe workflows repository --- .github/workflows/steampipe-anywhere.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/steampipe-anywhere.yml b/.github/workflows/steampipe-anywhere.yml index 05092d6..2e8de5a 100644 --- a/.github/workflows/steampipe-anywhere.yml +++ b/.github/workflows/steampipe-anywhere.yml @@ -4,9 +4,14 @@ on: push: tags: - 'v*' - + + workflow_dispatch: + inputs: + version: + description: "The version to release (must be prefixed with 'v')" + required: true jobs: anywhere_publish_workflow: - uses: turbot/steampipe-workflows/.github/workflows/steampipe-anywhere.yml@main + uses: turbot/steampipe-workflows/.github/workflows/steampipe-anywhere-kubernetes.yml@main secrets: inherit