Skip to content

Commit

Permalink
modify workflows parameter description
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Baryshev <[email protected]>
  • Loading branch information
dennybaa committed Feb 22, 2022
1 parent 2bf2e18 commit e8d00dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_call:
inputs:
environment:
description: Zksync Environment (mainnet, stage, rinkeby etc)
description: zkSync Environment (mainnet, stage, rinkeby etc)
type: string
required: true
cluster:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.update-config-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
inputs:
environment:
description: Zksync Environment (mainnet, stage, rinkeby etc)
description: zkSync Environment (mainnet, stage, rinkeby etc)
required: true
ref:
description: Branch/tag to fetch configs from
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.update-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_call:
inputs:
environment:
description: Zksync Environment (mainnet, stage, rinkeby etc)
description: zkSync Environment (mainnet, stage, rinkeby etc)
type: string
required: true
cluster:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/setup.runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_call:
inputs:
environment:
description: Zksync Environment (mainnet, stage, rinkeby etc)
description: zkSync Environment (mainnet, stage, rinkeby etc)
type: string
required: true
create-deployment:
Expand All @@ -22,7 +22,7 @@ on:
required: false
outputs:
environment:
description: Zksync Environment
description: zkSync Environment
value: ${{ inputs.environment }}
release-environment:
description: Helmfile release environment
Expand Down

0 comments on commit e8d00dc

Please sign in to comment.