Skip to content

Commit

Permalink
double quote (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdavinchee authored May 24, 2022
1 parent 7b94c3f commit bb13982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/handler.deploy-subgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Build and Test to be deployed Subgraph with previous SDK-Core Versions
# we will run this job again when deploying to v1 endpoints just in case
# it is repetitive, but more important here than for dev endpoints
if: ${{ github.event.inputs.release_branch == "v1" }}
if: ${{ github.event.inputs.release_branch == 'v1' }}
with:
subgraph-release: dev
local-subgraph-url: http://localhost:8000/subgraphs/name/superfluid-test
Expand Down

0 comments on commit bb13982

Please sign in to comment.