Skip to content

Commit

Permalink
Updated actions for checking env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsid1408 committed May 13, 2024
1 parent 72cfdf5 commit b6a0d67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
distribution: 'adopt'
java-version: 17

- name: Print env
run: |
echo -n "$USER_NAME"
- name: Decode secret properties
env:
SECRET_PROPERTIES_BASE64: ${{ secrets.SECRET_PROPERTIES }}
Expand Down

0 comments on commit b6a0d67

Please sign in to comment.