Skip to content

Commit edcd6ba

Browse files
committed
fix: hardcode NETWORK_NAME in deploy-subgraph workflow
1 parent 826d1d8 commit edcd6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-subgraph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Deploy Subgraph
4444
env:
45-
NETWORK_NAME: ${{ github.event.inputs.networkName }}
45+
NETWORK_NAME: bellecour
4646
VERSION_LABEL: ${{ github.event.inputs.versionLabel }}
4747
GRAPHNODE_URL: ${{ vars.GRAPHNODE_URL }}
4848
IPFS_URL: ${{ vars.IPFS_URL }}

0 commit comments

Comments
 (0)