From c3b03f08468df2ffca3ee6f33d25325dad0ef3e4 Mon Sep 17 00:00:00 2001 From: Kaspar Kallas Date: Tue, 9 Apr 2024 12:15:32 +0300 Subject: [PATCH] fix comment typo --- .github/workflows/call.deploy-subgraph.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call.deploy-subgraph.yml b/.github/workflows/call.deploy-subgraph.yml index fd656d5537..3af1262ff6 100644 --- a/.github/workflows/call.deploy-subgraph.yml +++ b/.github/workflows/call.deploy-subgraph.yml @@ -5,7 +5,7 @@ on: inputs: vendor: required: true - description: "Where to deploy subgraph to; superfluid, graph, satsuma, goldsky, or satsuma" + description: "Where to deploy subgraph to; superfluid, graph, satsuma, or goldsky" type: string deployment_env: required: true