Skip to content

Commit be77f70

Browse files
committed
fix: correct version label input key in deploy workflow
1 parent 7288fe2 commit be77f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-subgraph-chainX.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
options:
1111
- arbitrumSepolia
1212
- arbitrum
13-
version-label:
13+
version_label:
1414
description: 'Version label for the subgraph deployment'
1515
required: true
1616
type: string
@@ -41,5 +41,5 @@ jobs:
4141
SUBGRAPH_DEPLOY_KEY: ${{ secrets.SUBGRAPH_DEPLOY_KEY }}
4242
SUBGRAPH_NETWORK_NAME: ${{ vars.SUBGRAPH_NETWORK_NAME }}
4343
SUBGRAPH_SLUG: ${{ vars.SUBGRAPH_SLUG }}
44-
VERSION_LABEL: ${{ github.event.inputs.version-label }}
44+
VERSION_LABEL: ${{ github.event.inputs.version_label }}
4545
run: npm run deploy-chainX -- --deploy-key $SUBGRAPH_DEPLOY_KEY --network $SUBGRAPH_NETWORK_NAME --version-label $VERSION_LABEL

0 commit comments

Comments
 (0)