action or command.
- name: Checkout uses: actions/checkout@v4
Can run a command for various shells: cmd, powershell & bash - name: Echo Something run: echo Something shell: pwsh
Can run a command for various shells: cmd, powershell & bash
cmd
powershell
bash
- name: Echo Something run: echo Something shell: pwsh