diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5e74568..7f01c76 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -13,7 +13,7 @@ jobs: # Use Mantle Foundation graph node for Mantle Testnet # Use FuxionX graph node for Mantle # Use TheGraph Hosted Service for all other networks - url: ${{ matrix.chain == 'mantle-testnet' && 'https://graph.testnet.mantle.xyz/subgraphs/name/request-payments-mantle-testnet' || matrix.chain == 'mantle' && 'https://index.graph.fusionx.finance/subgraphs/name/request-payments-mantle' || 'https://thegraph.com/hosted-service/subgraph/requestnetwork/request-payments-' + matrix.chain }} + url: ${{ matrix.chain == 'mantle-testnet' && 'https://graph.testnet.mantle.xyz/subgraphs/name/request-payments-mantle-testnet' || matrix.chain == 'mantle' && 'https://index.graph.fusionx.finance/subgraphs/name/request-payments-mantle' || format('https://thegraph.com/hosted-service/subgraph/requestnetwork/request-payments-{0}', matrix.chain) }} steps: - uses: actions/checkout@v3 - name: Get yarn cache directory path