From 719db05bd89cd7c37a20a16177945109757e40fa Mon Sep 17 00:00:00 2001 From: Morgan Taylor Date: Tue, 17 Sep 2024 16:06:14 -0400 Subject: [PATCH] use swatomation bee template --- .github/actions/create-bee/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/create-bee/action.yml b/.github/actions/create-bee/action.yml index 72405750..cac8171a 100644 --- a/.github/actions/create-bee/action.yml +++ b/.github/actions/create-bee/action.yml @@ -32,7 +32,7 @@ runs: { "run-name": "${{ inputs.run_name }}", "bee-name": "${{ inputs.bee_name }}", - "bee-template-name": "tsps-e2e-azure-tests", + "bee-template-name": "swatomation", "version-template": "dev", "custom-version-json": "${{ inputs.custom_version_json }}" }