We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When using environment variable in script, they seem to be escaped
The example below would just print $GITHUB_WORKSPACE
$GITHUB_WORKSPACE
steps: - ... - uses: reactivecircus/android-emulator-runner@v2 with: ... script: | echo $GITHUB_WORKSPACE
The problem should be around there
android-emulator-runner/src/main.ts
Lines 79 to 86 in e756009
The text was updated successfully, but these errors were encountered:
Thanks for reporting! Will fix soon.
Sorry, something went wrong.
Thank you!
This should be fixed in the latest release. 😃
Successfully merging a pull request may close this issue.
Hi,
When using environment variable in script, they seem to be escaped
The example below would just print
$GITHUB_WORKSPACE
The problem should be around there
android-emulator-runner/src/main.ts
Lines 79 to 86 in e756009
The text was updated successfully, but these errors were encountered: