typo in if/else (#3899)

This commit is contained in:
Hailey
2024-05-07 13:17:40 -07:00
committed by GitHub
parent 0658dd053d
commit 4678c4353b
@@ -70,7 +70,7 @@ jobs:
- name: 🕵️ Get the base commit
id: base-commit
run: |
if [ ${{ inputs.channel == 'production' }} ]; then
if ${{ inputs.channel == 'production' }}; then
echo base-commit=$(git show-ref -s ${{ inputs.runtimeVersion }}) >> "$GITHUB_OUTPUT"
else
echo base-commit=${{ steps.last-successful-commit.base-commit }} >> "$GITHUB_OUTPUT"