Skip to content

Commit

Permalink
fix syntax error in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jul 18, 2023
1 parent f7fec53 commit 4157e99
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 @@ -31,7 +31,7 @@ jobs:
"deployment": "${{ inputs.deployment }}"
}
- name: Verify Version
if: ${{ inputs.expected-api-version && inputs.deployment == "lexbox" }}
if: ${{ inputs.expected-api-version && inputs.deployment == 'lexbox' }}
env:
TARGET_HOST: https://staging.languagedepot.org
EXPECTED_VERSION: ${{ inputs.expected-api-version }}
Expand Down

0 comments on commit 4157e99

Please sign in to comment.