Skip to content

Commit

Permalink
fix: remove trailing space in sed
Browse files Browse the repository at this point in the history
  • Loading branch information
charliemangano committed Nov 10, 2024
1 parent 84923eb commit 091013b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AndroidBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
POWERSYNC_URL: ${{ secrets.POWERSYNC_URL }}
TEST: "TEST_CI_VALUE"
run: |
sed -e "s|SAFE_DEFAULT_VALUE_SERVICE_KEY|$SERVICE_KEY|g;" \
sed -e "s|SAFE_DEFAULT_VALUE_SERVICE_KEY|$SERVICE_KEY|g;" \
-e "s|SAFE_DEFAULT_VALUE_SUPABASE_KEY|$SUPABASE_KEY|g;" \
-e "s|SAFE_DEFAULT_VALUE_SUPABASE_URL|$SUPABASE_URL|g;" \
-e "s|SAFE_DEFAULT_VALUE_POWERSYNC_URL|$POWERSYNC_URL|g;" \
Expand Down

0 comments on commit 091013b

Please sign in to comment.