Bluesky app fork with some witchin' additions 💫

typo in if/else (#3899)

authored by hailey.at and committed by

GitHub 4678c435 0658dd05

+1 -1
+1 -1
.github/workflows/bundle-deploy-eas-update.yml
··· 70 70 - name: 🕵️ Get the base commit 71 71 id: base-commit 72 72 run: | 73 - if [ ${{ inputs.channel == 'production' }} ]; then 73 + if ${{ inputs.channel == 'production' }}; then 74 74 echo base-commit=$(git show-ref -s ${{ inputs.runtimeVersion }}) >> "$GITHUB_OUTPUT" 75 75 else 76 76 echo base-commit=${{ steps.last-successful-commit.base-commit }} >> "$GITHUB_OUTPUT"