From 30b2ad5baba2a406950948896877fd357a443f9c Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Sat, 20 Jul 2024 19:11:09 -0400 Subject: [PATCH] update workflow naming --- .github/workflows/deploy-dev.yml | 4 ++-- .github/workflows/deploy.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 657a051..c63907c 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -1,5 +1,5 @@ -name: Deploy Resources to AWS DEV -run-name: Deploy resources to AWS DEV by @${{ github.actor }} +name: Deploy all resources to DEV +run-name: DEV deploy - @${{ github.actor }} on: workflow_dispatch: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 120481a..cd91d72 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,5 +1,5 @@ -name: Deploy Resources to AWS PROD/DEV -run-name: Deploy resources to AWS PROD/DEV by @${{ github.actor }} +name: Deploy all resources to DEV and PROD +run-name: DEV/PROD deploy - @${{ github.actor }} on: workflow_dispatch: