We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7288fe2 commit be77f70Copy full SHA for be77f70
.github/workflows/deploy-subgraph-chainX.yml
@@ -10,7 +10,7 @@ on:
10
options:
11
- arbitrumSepolia
12
- arbitrum
13
- version-label:
+ version_label:
14
description: 'Version label for the subgraph deployment'
15
required: true
16
type: string
@@ -41,5 +41,5 @@ jobs:
41
SUBGRAPH_DEPLOY_KEY: ${{ secrets.SUBGRAPH_DEPLOY_KEY }}
42
SUBGRAPH_NETWORK_NAME: ${{ vars.SUBGRAPH_NETWORK_NAME }}
43
SUBGRAPH_SLUG: ${{ vars.SUBGRAPH_SLUG }}
44
- VERSION_LABEL: ${{ github.event.inputs.version-label }}
+ VERSION_LABEL: ${{ github.event.inputs.version_label }}
45
run: npm run deploy-chainX -- --deploy-key $SUBGRAPH_DEPLOY_KEY --network $SUBGRAPH_NETWORK_NAME --version-label $VERSION_LABEL
0 commit comments