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 e4a2a7f commit ed1cdd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
APP_ID: |
if [[ "${{ inputs.buildType || 'debug' }}" == "debug" ]]; then
secrets.APP_ID_DEBUG
${{ 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 ed1cdd6

Please sign in to comment.