mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-03 10:59:32 +00:00
Fix escaped environment variables in script.
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ async function run() {
|
||||
// execute the custom script
|
||||
try {
|
||||
for (const script of scripts) {
|
||||
await exec.exec(`${script}`);
|
||||
await exec.exec(`sh -c \\"${script}"`);
|
||||
}
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
|
||||
Reference in New Issue
Block a user