Skip to content

Commit

Permalink
Renamed test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Duceswild99 committed Nov 23, 2022
1 parent 6698005 commit 9fb6ee6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update Test Action
name: Update Stage

on:
workflow_dispatch:
Expand All @@ -14,7 +14,7 @@ on:
deployment_description:
description: "A brief description of what changed in this deployment"
required: false
default: 'Production Update/Revert via Github Action'
default: 'Stage Update/Revert via Github Action'
type: string
jobs:
config:
Expand All @@ -30,7 +30,7 @@ jobs:
run: |
echo "${{ steps.get-server-ip-list.outputs.get-server-ip-list }}"
deploy-new-containers:
name: Update Test Action
name: Update Stage
runs-on: ubuntu-latest
needs:
- config
Expand Down

0 comments on commit 9fb6ee6

Please sign in to comment.