From 558dbcc4cc951f48a0792d38bc7e8d1e83cb6c87 Mon Sep 17 00:00:00 2001 From: srh-sloan Date: Thu, 13 Jun 2024 12:33:35 +0100 Subject: [PATCH] updating run name (#549) --- .github/workflows/copilot_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot_deploy.yml b/.github/workflows/copilot_deploy.yml index 74ea5c162..954157513 100644 --- a/.github/workflows/copilot_deploy.yml +++ b/.github/workflows/copilot_deploy.yml @@ -1,5 +1,5 @@ name: Deploy to AWS -run-name: AWS Deploy ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.environment || (github.ref == 'refs/heads/main' && 'Dev-Test-UAT-Prod' || 'Dev') }} +run-name: ${{ github.event_name == 'workflow_dispatch' && format('Deploy to {0}', github.event.inputs.environment) || (github.ref == 'refs/heads/main' && 'Deploy to Test-UAT-Prod' || 'Build & Unit Test') }} permissions: packages: write