Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 258 Bytes

ShellPlusPlus.md

File metadata and controls

23 lines (16 loc) · 258 Bytes

Shell++

Azure DevOps Input

steps:
- task: Shellpp@0
  inputs:
    type: 'InlineScript'
    script: echo Hello World

Transformed Github Action

- run: echo Hello World
  shell: bash

Unsupported Inputs

  • failOnStderr