From ea3b64c45c5b7d02da05a26009ad2e7a88ca8df1 Mon Sep 17 00:00:00 2001 From: Sarah Sloan Date: Thu, 13 Jun 2024 12:01:27 +0100 Subject: [PATCH] updating run name --- .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