Skip to content

Commit b7d77c7

Browse files
committed
CI: subgraphs - fix wrong name for subgraphs
1 parent 478b0f7 commit b7d77c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/thegraph_dev_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
TYPE: ${{ inputs.type }}
3434
NETWORK: ${{ inputs.network }}
3535
DEBUG: true
36-
SUBGRAPH_NAME: gbc-bridge-${{ inputs.type }}
36+
SUBGRAPH_NAME: gbc-bridge-${{ inputs.network }}
3737
steps:
3838
- uses: actions/checkout@v4
3939

.github/workflows/thegraph_prod_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
TYPE: ${{ inputs.type }}
2929
NETWORK: ${{ inputs.network }}
3030
DEBUG: true
31-
SUBGRAPH_NAME: gbc-bridge-${{ inputs.type }}
31+
SUBGRAPH_NAME: gbc-bridge-${{ inputs.network }}
3232
if: github.ref == 'refs/heads/main'
3333
steps:
3434
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)