Skip to content

Commit

Permalink
fixed ci option typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-afegbua committed Jul 2, 2024
1 parent c483cd0 commit 27a4b14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call.deploy-subgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
vendor:
required: true
description: "Where to deploy subgraph to; superfluid, goldsky, graphstudio or airstack"
description: "Where to deploy subgraph to; superfluid, goldsky, graph or airstack"
type: string
deployment_env:
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/handler.deploy-production-subgraphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ on:
inputs:
vendor:
required: true
description: "Where to deploy subgraph to; one of `superfluid`, `goldsky`, `graphstudio` or `airstack`"
description: "Where to deploy subgraph to; one of `superfluid`, `goldsky`, `graph` or `airstack`"
default: "superfluid"
type: choice
options:
- superfluid
- goldsky
- graphstudio
- graph
- airstack
deployment_env:
required: true
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/tasks/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GOLDSKY_NETWORKS=( "polygon-mainnet" "xdai-mainnet" "eth-mainnet" "base-mainnet"
AIRSTACK_NETWORKS=( "degenchain")

declare -A VENDOR_NETWORKS=(
["graphstudio"]="${GRAPH_NETWORKS[@]}"
["graph"]="${GRAPH_NETWORKS[@]}"
["satsuma"]="${SATSUMA_NETWORKS[@]}"
["superfluid"]="${SUPERFLUID_NETWORKS[@]}"
["goldsky"]="${GOLDSKY_NETWORKS[@]}"
Expand Down

0 comments on commit 27a4b14

Please sign in to comment.