Skip to content

Commit

Permalink
Update debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarwillymc committed Jan 19, 2024
1 parent 89cf126 commit dd2f583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
APP_ID: |
if [[ ${{ inputs.buildType || 'debug' }} == "debug" ]]; then
${{secrets.APP_ID_DEBUG}}
if [[ "${{ inputs.buildType || 'debug' }}" == "debug" ]]; then
secrets.APP_ID_DEBUG
else
${{secrets.APP_ID_RELEASE}}
secrets.APP_ID_RELEASE
fi
run: |
echo "SHARED_PREFERENCES_NAME=$SHARED_PREFERENCES_NAME" >> local.properties
Expand Down

0 comments on commit dd2f583

Please sign in to comment.