tangled
alpha
login
or
join now
robinwobin.dev
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
typo in if/else (#3899)
authored by
hailey.at
and committed by
GitHub
2 years ago
4678c435
0658dd05
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
bundle-deploy-eas-update.yml
+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
73
-
if [ ${{ inputs.channel == 'production' }} ]; then
73
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"