Skip to content

Commit

Permalink
Yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Apr 11, 2024
1 parent b0006e7 commit 43b8da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:
jobs:
deploy-contracts:
name: Deploy contracts to the Liquity v2 Testnet
if: ${{ env.DEPLOY_CONTRACTS != "no" }}
if: env.DEPLOY_CONTRACTS != 'no'
runs-on: ubuntu-latest
steps:
- name: Git checkout
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run: pnpm install --global vercel@canary

- name: Download deployment context
if: ${{ env.DEPLOY_CONTRACTS != 'no' }}
if: env.DEPLOY_CONTRACTS != 'no'
uses: actions/download-artifact@v4
with:
name: deployment-context
Expand Down

0 comments on commit 43b8da9

Please sign in to comment.