-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
docsDocumentationDocumentation
Description
#751 added a new custom step type:
workflows:
default:
plan:
steps:
# Set TEST=123
- env:
name: TEST
value: 123
- run: echo $TEST # Will echo 123
# Set TEST=123 by running the command.
- env:
name: TEST
command: echo 123
- run: echo $TEST # Will echo 123
This needs to be documented.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docsDocumentationDocumentation