Skip to content

Commit

Permalink
chore(auto-deploy): update gh action script names
Browse files Browse the repository at this point in the history
  • Loading branch information
tirthajyoti-ghosh committed May 10, 2024
1 parent d1502b6 commit 1230379
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Vercel
name: Deploy to Dev

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Vercel
name: Deploy to Prod

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-staging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Vercel
name: Deploy to Staging

on:
push:
Expand Down

0 comments on commit 1230379

Please sign in to comment.