Skip to content

Step

A step is used to run a single action or command.

Examples

Action

- name: Checkout
  uses: actions/checkout@v4

Command

Can run a command for various shells: cmd, powershell & bash

- name: Echo Something
  run: echo Something
  shell: pwsh