Skip to content

Commit

Permalink
Merge pull request #326 from KlimaDAO/tufnel/parentheses-fix
Browse files Browse the repository at this point in the history
[`actions`] Remove trailing parentheses
  • Loading branch information
0xAurelius authored Dec 4, 2024
2 parents 2ae7169 + 49050ce commit 1a3c8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
../node_modules/.bin/graph deploy --studio --deploy-key ${{ secrets.SUBGRAPH_STUDIO_DEPLOY_KEY }} "${{ steps.staging_or_not.outputs.subgraph }}" --version-label "$VERSION_LABEL"
working-directory: '${{ matrix.value }}'
- name: Deploy Subgraph to Alchemy Hosted Service
if: ${{ (matrix.value == 'carbonmark' || matrix.value == 'polygon-digital-carbon' || matrix.value == 'pairs' || matrix.value == 'ethereum-bridged-carbon') && steps.compare_versions.outputs.should_deploy == 'true')) }}
if: ${{ (matrix.value == 'carbonmark' || matrix.value == 'polygon-digital-carbon' || matrix.value == 'pairs' || matrix.value == 'ethereum-bridged-carbon') && steps.compare_versions.outputs.should_deploy == 'true' }}
run: |
VERSION_LABEL="${{ steps.compare_versions.outputs.new_published_version }}"
Expand Down

0 comments on commit 1a3c8d7

Please sign in to comment.