Skip to content

Commit

Permalink
update workflow naming
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Jul 20, 2024
1 parent bbf4a40 commit 30b2ad5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 30b2ad5

Please sign in to comment.