Skip to content

Commit

Permalink
added blank in file then added param values
Browse files Browse the repository at this point in the history
  • Loading branch information
Diwakar-Gupta authored Dec 14, 2023
1 parent 3bc4650 commit e3aebe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Build Android release
run: |
echo "" >> .env
echo "JWT_SIGNATURE=${{ github.event.inputs.JWT_SIGNATURE }}" >> .env
echo "domain_URL=${{ github.event.inputs.domain_URL }}" >> .env
echo "APP_VERSION=${{ github.event.inputs.APP_VERSION }}" >> .env
Expand Down

0 comments on commit e3aebe8

Please sign in to comment.