From 9e4f882302321308efd73df178a17e3c3d7c0b6a Mon Sep 17 00:00:00 2001 From: thanhz Date: Wed, 17 Apr 2024 10:56:48 +0100 Subject: [PATCH] add-run-name-to-deploy-script --- .github/workflows/tdr_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tdr_deploy.yml b/.github/workflows/tdr_deploy.yml index 0c71559..776c8f6 100644 --- a/.github/workflows/tdr_deploy.yml +++ b/.github/workflows/tdr_deploy.yml @@ -14,6 +14,7 @@ on: to-deploy: description: 'Version to deploy' required: true +run-name: Apply Terraform and Deploying Reference Generator ${{inputs.to-deploy}} to ${{inputs.environment}} permissions: id-token: write contents: write