Skip to content

Commands

  • Workflow commands are keywords echoed in the shell output that are interpreted by github actions
echo "::workflow-command parameter1={data},parameter2={data}::{command value}"

save-state

  • Deprecated!
echo "::save-state name={name}::{value}"

set-output

  • Deprecated!
echo "::set-output name={name}::{value}"