We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e38418 commit eb8fd7aCopy full SHA for eb8fd7a
.github/workflows/deploy.yaml
@@ -83,7 +83,7 @@ jobs:
83
84
85
- name: Use PLAYSTORE_CREDENTIALS
86
- run: echo "PLAYSTORE_CREDENTIALS=$PLAYSTORE_CREDENTIALS" >> $GITHUB_ENV
+ run: echo $PLAYSTORE_CREDENTIALS
87
env:
88
PLAYSTORE_CREDENTIALS: ${{ env.PLAYSTORE_CREDENTIALS }}
89
0 commit comments