Skip to content

Commit

Permalink
Test with non kiwix organization tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliDeveloper committed Oct 31, 2024
1 parent 4275810 commit fa8a187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Determine playstore.json file
run: |
if [ -n "${{ secrets[env.NON_KIWIX_ORGANIZATION_TAG] }}" ]; then
echo "CUSTOM_PLAYSTORE_JSON=${{ secrets[env.NON_KIWIX_ORGANIZATION_TAG] }}" >> $GITHUB_ENV
if [ -n "${{ secrets[${NON_KIWIX_ORGANIZATION_TAG}] }}" ]; then
echo "CUSTOM_PLAYSTORE_JSON=${{ secrets[${NON_KIWIX_ORGANIZATION_TAG}] }}" >> $GITHUB_ENV
else
echo "CUSTOM_PLAYSTORE_JSON=${{ secrets.PLAYSTORE_JSON }}" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit fa8a187

Please sign in to comment.