Skip to content

v7.1.12

Choose a tag to compare

@github-actions github-actions released this 24 Mar 15:11

Bug Fixes

  • Proper usage of environment variables
  • Use app specific cache folder by default unless otherwise specified in ENVIRONMENT
  • Speed up agent workspace creation
  • zip/unzip module fix
  • dev page layout fix => display bash option on windows
  • Shell resolution by name
// works on windows
{
  method: "shell.run",
  params: {
    shell: "bash",
    message: "ls"
  }
}