Skip to content

Commit e308f0f

Browse files
committed
fix: correct input key for version label in deploy workflow
1 parent e960c35 commit e308f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
SUBGRAPH_DEPLOY_KEY: ${{ secrets.SUBGRAPH_DEPLOY_KEY }}
4444
SUBGRAPH_NETWORK_NAME: ${{ vars.SUBGRAPH_NETWORK_NAME }}
4545
SUBGRAPH_SLUG: ${{ vars.SUBGRAPH_SLUG }}
46-
VERSION_LABEL: ${{ github.event.inputs.version-label }}
46+
VERSION_LABEL: ${{ github.event.inputs.version_label }}
4747
run: npm run deploy-chainX

0 commit comments

Comments
 (0)