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 fb16549 commit 9b6a014
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,21 @@ jobs:
else
${{secrets.APP_ID_RELEASE}}
fi
RELEASE_NOTE: |
if [[ ${{ inputs.releaseNotes }} == "" ]]; then
cat release_notes.txt
else
${{inputs.releaseNotes}}
fi
# RELEASE_NOTE: |
# if [[ ${{ inputs.releaseNotes }} == "" ]]; then
# cat release_notes.txt
# else
# ${{inputs.releaseNotes}}
# fi
run: |
echo "SHARED_PREFERENCES_NAME=$SHARED_PREFERENCES_NAME" >> local.properties
echo "BASE_URL=$BASE_URL" >> local.properties
echo "BASE_URL_GQL=$BASE_URL_GQL" >> local.properties
echo "CLIENT_ID=$CLIENT_ID" >> local.properties
echo "CLIENT_SECRET=$CLIENT_SECRET" >> local.properties
# - name: Set RELEASE_NOTE
# id: set_release_note
# run: echo "RELEASE_NOTE=$(if [ -z '${{ inputs.releaseNotes }}' ]; then cat release_notes.txt; else echo '${{ inputs.releaseNotes }}'; fi)" >> $GITHUB_ENV
- name: Set RELEASE_NOTE
id: set_release_note
run: echo "RELEASE_NOTE=$(if [ -z '${{ inputs.releaseNotes }}' ]; then cat release_notes.txt; else echo '${{ inputs.releaseNotes }}'; fi)" >> $GITHUB_ENV

# - name: Execute validations
# run: ./gradlew executeValidations
Expand Down

0 comments on commit 9b6a014

Please sign in to comment.